patch-2.2.0-pre8 linux/include/asm-alpha/system.h
Next file: linux/include/asm-arm/processor.h
Previous file: linux/include/asm-alpha/semaphore.h
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Sat Jan 16 17:02:51 1999
-  Orig file: 
v2.2.0-pre7/linux/include/asm-alpha/system.h
-  Orig date: 
Thu Dec 31 10:29:02 1998
diff -u --recursive --new-file v2.2.0-pre7/linux/include/asm-alpha/system.h linux/include/asm-alpha/system.h
@@ -107,6 +107,9 @@
 #define mb() \
 __asm__ __volatile__("mb": : :"memory")
 
+#define rmb() \
+__asm__ __volatile__("mb": : :"memory")
+
 #define wmb() \
 __asm__ __volatile__("wmb": : :"memory")
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov