patch-2.4.0-test10 linux/include/asm-ia64/atomic.h
Next file: linux/include/asm-ia64/bitops.h
Previous file: linux/include/asm-ia64/acpikcfg.h
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Mon Oct 9 17:54:57 2000
- Orig file:
v2.4.0-test9/linux/include/asm-ia64/atomic.h
- Orig date:
Fri Apr 21 15:21:24 2000
diff -u --recursive --new-file v2.4.0-test9/linux/include/asm-ia64/atomic.h linux/include/asm-ia64/atomic.h
@@ -17,13 +17,6 @@
#include <asm/system.h>
/*
- * Make sure gcc doesn't try to be clever and move things around
- * on us. We need to use _exactly_ the address the user gave us,
- * not some alias that contains the same information.
- */
-#define __atomic_fool_gcc(x) (*(volatile struct { int a[100]; } *)x)
-
-/*
* On IA-64, counter must always be volatile to ensure that that the
* memory accesses are ordered.
*/
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)