patch-2.2.0-pre5 linux/arch/m68k/vmlinux.lds

Next file: linux/arch/mips/kernel/traps.c
Previous file: linux/arch/m68k/mac/macints.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.0-pre4/linux/arch/m68k/vmlinux.lds linux/arch/m68k/vmlinux.lds
@@ -35,6 +35,9 @@
 
   _edata = .;			/* End of data section */
 
+  . = ALIGN(16);
+  .data.cacheline_aligned : { *(.data.cacheline_aligned) }
+
   . = ALIGN(4096);		/* Init code and data */
   __init_begin = .;
   .text.init : { *(.text.init) }

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