diff options
author | Olof Johansson <olof@lixom.net> | 2011-12-16 10:02:34 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2011-12-16 10:02:34 +0400 |
commit | 02735a29d8ce882ec698803f064e17888874780c (patch) | |
tree | 6a4afa3bc8b6d4334df24910a56f77adf126b0c7 /arch/arm/lib/testclearbit.S | |
parent | 8d685b7f4d9c9882442bf1b492558d5f17b694fa (diff) | |
parent | 3d911ad22e8405c1a333a6812e405cb1a5ae9829 (diff) | |
download | linux-02735a29d8ce882ec698803f064e17888874780c.tar.xz |
Merge branch 'at91/defconfig' into next/cleanup
Diffstat (limited to 'arch/arm/lib/testclearbit.S')
-rw-r--r-- | arch/arm/lib/testclearbit.S | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/lib/testclearbit.S b/arch/arm/lib/testclearbit.S index 521b66b5b95d..918841dcce7a 100644 --- a/arch/arm/lib/testclearbit.S +++ b/arch/arm/lib/testclearbit.S @@ -12,6 +12,4 @@ #include "bitops.h" .text -ENTRY(_test_and_clear_bit) - testop bicne, strne -ENDPROC(_test_and_clear_bit) +testop _test_and_clear_bit, bicne, strne |