asm-generic: add another generic ext2 atomic bitops
[deliverable/linux.git] / arch / frv / include / asm / bitops.h
index a1d00b0c6ed71135c0ce113fb70b4080940fd49f..57bf85db893f167b0cb3695c26f6e546d0b7dd04 100644 (file)
@@ -403,8 +403,7 @@ int __ilog2_u64(u64 n)
 
 #include <asm-generic/bitops/le.h>
 
-#define ext2_set_bit_atomic(lock,nr,addr)      test_and_set_bit  ((nr) ^ 0x18, (addr))
-#define ext2_clear_bit_atomic(lock,nr,addr)    test_and_clear_bit((nr) ^ 0x18, (addr))
+#include <asm-generic/bitops/ext2-atomic-setbit.h>
 
 #endif /* __KERNEL__ */
 
This page took 0.02819 seconds and 5 git commands to generate.