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
- Lines: 20
- Date:
Tue Jan 19 10:58:34 1999
- Orig file:
v2.2.0-pre8/linux/include/asm-m68k/init.h
- Orig date:
Thu Jan 7 15:11:40 1999
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