]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/sync_bitops.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux...
[linux-2.6-omap-h63xx.git] / include / asm-x86 / sync_bitops.h
index f1078a5e4ed780c21f36629fe5ffd3d9eed69bda..b47a1d0b8a834719866a713dadf65a28fd566a4c 100644 (file)
@@ -123,7 +123,7 @@ static inline int sync_test_and_change_bit(int nr, volatile unsigned long *addr)
        return oldbit;
 }
 
-#define sync_test_bit test_bit
+#define sync_test_bit(nr, addr) test_bit(nr, addr)
 
 #undef ADDR