patch-2.4.0-test6 linux/include/asm-ppc/system.h

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

diff -u --recursive --new-file v2.4.0-test5/linux/include/asm-ppc/system.h linux/include/asm-ppc/system.h
@@ -34,7 +34,6 @@
 #define wmb()  __asm__ __volatile__ ("eieio" : : : "memory")
 
 #define set_mb(var, value)	do { var = value; mb(); } while (0)
-#define set_rmb(var, value)	do { var = value; rmb(); } while (0)
 #define set_wmb(var, value)	do { var = value; wmb(); } while (0)
 
 extern void xmon_irq(int, void *, struct pt_regs *);

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