patch-2.2.0-pre6 linux/include/asm-arm/init.h
Next file: linux/include/asm-arm/io.h
Previous file: linux/include/asm-arm/hardware.h
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Thu Jan  7 15:51:33 1999
-  Orig file: 
v2.2.0-pre5/linux/include/asm-arm/init.h
-  Orig date: 
Tue Jul 21 00:15:32 1998
diff -u --recursive --new-file v2.2.0-pre5/linux/include/asm-arm/init.h linux/include/asm-arm/init.h
@@ -5,7 +5,7 @@
 
 /* C routines */
 
-#ifdef CONFIG_BINUTILS_NEW
+#ifdef CONFIG_TEXT_INIT_SECTION
 
 #define __init __attribute__ ((__section__ (".text.init")))
 #define __initfunc(__arginit) \
@@ -25,5 +25,8 @@
 #define __INIT		.section	".text.init",@alloc,@execinstr
 #define __INITDATA	.section	".data.init",@alloc,@write
 #define __FINIT	.previous
+
+#define __cacheline_aligned __attribute__ \
+			 ((__aligned__ (L1_CACHE_BYTES)))
 
 #endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov