patch-2.2.0-pre1 linux/arch/i386/vmlinux.lds

Next file: linux/arch/mips/kernel/irq.c
Previous file: linux/arch/i386/mm/init.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.132/linux/arch/i386/vmlinux.lds linux/arch/i386/vmlinux.lds
@@ -45,8 +45,12 @@
   . = ALIGN(4096);
   __init_end = .;
 
+  . = ALIGN(32);
+  .data.cacheline_aligned : { *(.data.cacheline_aligned) }
+
   . = ALIGN(4096);
   .data.page_aligned : { *(.data.idt) }
+
 
   __bss_start = .;		/* BSS */
   .bss : {

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