patch-2.3.13 linux/include/asm-m68k/cache.h
Next file: linux/include/asm-m68k/hardirq.h
Previous file: linux/include/asm-i386/unistd.h
Back to the patch index
Back to the overall index
-  Lines: 13
-  Date:
Mon Aug  9 12:27:30 1999
-  Orig file: 
v2.3.12/linux/include/asm-m68k/cache.h
-  Orig date: 
Mon Mar 15 16:11:55 1999
diff -u --recursive --new-file v2.3.12/linux/include/asm-m68k/cache.h linux/include/asm-m68k/cache.h
@@ -11,4 +11,12 @@
 
 #define        SMP_CACHE_BYTES L1_CACHE_BYTES
 
+#ifdef MODULE
+#define __cacheline_aligned __attribute__((__aligned__(L1_CACHE_BYTES)))
+#else
+#define __cacheline_aligned					\
+  __attribute__((__aligned__(L1_CACHE_BYTES),			\
+		 __section__(".data.cacheline_aligned")))
+#endif
+
 #endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)