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

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