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
- Lines: 8
- Date:
Thu Aug 3 15:38:11 2000
- Orig file:
v2.4.0-test5/linux/include/asm-ppc/system.h
- Orig date:
Fri Jun 23 21:55:11 2000
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)