patch-2.4.10 linux/drivers/scsi/sym53c8xx_defs.h
Next file: linux/drivers/sgi/char/ds1286.c
Previous file: linux/drivers/scsi/sym53c8xx.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sun Sep 23 10:34:21 2001
- Orig file:
v2.4.9/linux/drivers/scsi/sym53c8xx_defs.h
- Orig date:
Tue Aug 7 12:51:53 2001
diff -u --recursive --new-file v2.4.9/linux/drivers/scsi/sym53c8xx_defs.h linux/drivers/scsi/sym53c8xx_defs.h
@@ -455,7 +455,7 @@
* We want to be paranoid for ppc and ia64. :)
*/
-#if defined __i386__
+#if defined(__i386__) || defined(__x86_64__)
#define MEMORY_BARRIER() do { ; } while(0)
#elif defined __powerpc__
#define MEMORY_BARRIER() __asm__ volatile("eieio; sync" : : : "memory")
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)