patch-2.2.0-pre9 linux/include/asm-m68k/init.h

Next file: linux/include/asm-m68k/io.h
Previous file: linux/include/asm-m68k/ide.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.0-pre8/linux/include/asm-m68k/init.h linux/include/asm-m68k/init.h
@@ -16,7 +16,7 @@
 #define __INITDATA	.section	".data.init",#alloc,#write
 
 #define __cacheline_aligned __attribute__ \
-			 ((__section__ (".data.cacheline_aligned")))
+		((__aligned__(16), __section__ (".data.cacheline_aligned")))
 
 #else
 
@@ -30,8 +30,8 @@
 #define __INIT
 #define __FINIT
 #define __INITDATA
-#define __cacheline_aligned
+#define __cacheline_aligned __attribute__ ((__aligned__(16)))
 
 #endif /* CONFIG_KGDB */
-	
+
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov