patch-2.4.0-test6 linux/include/asm-ia64/system.h
Next file: linux/include/asm-m68k/hardirq.h
Previous file: linux/include/asm-ia64/processor.h
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
Thu Aug 3 15:38:10 2000
- Orig file:
v2.4.0-test5/linux/include/asm-ia64/system.h
- Orig date:
Fri Jun 23 21:55:11 2000
diff -u --recursive --new-file v2.4.0-test5/linux/include/asm-ia64/system.h linux/include/asm-ia64/system.h
@@ -96,7 +96,6 @@
* Linus just yet. Grrr...
*/
#define set_mb(var, value) do { (var) = (value); mb(); } while (0)
-#define set_rmb(var, value) do { (var) = (value); mb(); } while (0)
#define set_wmb(var, value) do { (var) = (value); mb(); } while (0)
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)