patch-2.4.0-test12 linux/include/asm-arm/bitops.h

Next file: linux/include/asm-arm/hardware.h
Previous file: linux/include/asm-arm/arch-tbox/processor.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test11/linux/include/asm-arm/bitops.h linux/include/asm-arm/bitops.h
@@ -17,6 +17,9 @@
 
 #ifdef __KERNEL__
 
+#define smp_mb__before_clear_bit()	do { } while (0)
+#define smp_mb__after_clear_bit()	do { } while (0)
+
 /*
  * Function prototypes to keep gcc -Wall happy.
  */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)