Thomas Gleixner | d2912cb | 2019-06-04 10:11:33 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | /* |
| 3 | * linux/arch/arm/lib/testclearbit.S |
| 4 | * |
| 5 | * Copyright (C) 1995-1996 Russell King |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | */ |
| 7 | #include <linux/linkage.h> |
| 8 | #include <asm/assembler.h> |
Russell King | 684f970 | 2005-04-17 15:51:02 +0100 | [diff] [blame] | 9 | #include "bitops.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | .text |
| 11 | |
Will Deacon | c36ef4b | 2011-11-23 11:28:25 +0100 | [diff] [blame] | 12 | testop _test_and_clear_bit, bicne, strne |