patch-2.3.17 linux/include/asm-m68k/init.h

Next file: linux/include/asm-m68k/intersil.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.3.16/linux/include/asm-m68k/init.h linux/include/asm-m68k/init.h
@@ -12,9 +12,6 @@
 #define __FINIT		.previous
 #define __INITDATA	.section	".data.init",#alloc,#write
 
-#define __cacheline_aligned __attribute__ \
-		((__aligned__(16), __section__ (".data.cacheline_aligned")))
-
 #else
 
 /* gdb doesn't like it all if the code for one source file isn't together in
@@ -26,7 +23,6 @@
 #define __INIT
 #define __FINIT
 #define __INITDATA
-#define __cacheline_aligned __attribute__ ((__aligned__(16)))
 
 #endif /* CONFIG_KGDB */
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)