patch-2.4.0-test6 linux/include/asm-sh/system.h
Next file: linux/include/asm-sparc/hardirq.h
Previous file: linux/include/asm-sh/softirq.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Thu Aug 3 15:38:11 2000
- Orig file:
v2.4.0-test5/linux/include/asm-sh/system.h
- Orig date:
Tue May 23 15:31:36 2000
diff -u --recursive --new-file v2.4.0-test5/linux/include/asm-sh/system.h linux/include/asm-sh/system.h
@@ -88,8 +88,7 @@
#define mb() __asm__ __volatile__ ("": : :"memory")
#define rmb() mb()
#define wmb() __asm__ __volatile__ ("": : :"memory")
-#define set_rmb(var, value) do { xchg(&var, value); } while (0)
-#define set_mb(var, value) set_rmb(var, value)
+#define set_mb(var, value) do { xchg(&var, value); } while (0)
#define set_wmb(var, value) do { var = value; wmb(); } while (0)
/* Interrupt Control */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)