patch-2.4.7 linux/include/asm-ppc/atomic.h

Next file: linux/include/asm-ppc/hardirq.h
Previous file: linux/include/asm-mips64/unaligned.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.6/linux/include/asm-ppc/atomic.h linux/include/asm-ppc/atomic.h
@@ -111,4 +111,9 @@
 	return t;
 }
 
+#define smp_mb__before_atomic_dec()	smp_mb()
+#define smp_mb__after_atomic_dec()	smp_mb()
+#define smp_mb__before_atomic_inc()	smp_mb()
+#define smp_mb__after_atomic_inc()	smp_mb()
+
 #endif /* _ASM_PPC_ATOMIC_H_ */

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