2019-06-04 11:11:33 +03:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
2005-04-17 02:20:36 +04:00
|
|
|
/*
|
|
|
|
* linux/arch/arm/lib/testsetbit.S
|
|
|
|
*
|
|
|
|
* Copyright (C) 1995-1996 Russell King
|
|
|
|
*/
|
|
|
|
#include <linux/linkage.h>
|
|
|
|
#include <asm/assembler.h>
|
2005-04-17 18:51:02 +04:00
|
|
|
#include "bitops.h"
|
2005-04-17 02:20:36 +04:00
|
|
|
.text
|
|
|
|
|
2011-11-23 14:28:25 +04:00
|
|
|
testop _test_and_set_bit, orreq, streq
|