patch-2.2.4 linux/arch/sparc/vmlinux.lds
Next file: linux/arch/sparc64/Makefile
Previous file: linux/arch/sparc/mm/viking.S
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Wed Mar 10 16:53:36 1999
- Orig file:
v2.2.3/linux/arch/sparc/vmlinux.lds
- Orig date:
Mon Oct 5 13:13:37 1998
diff -u --recursive --new-file v2.2.3/linux/arch/sparc/vmlinux.lds linux/arch/sparc/vmlinux.lds
@@ -31,6 +31,10 @@
__start___ksymtab = .;
__ksymtab : { *(__ksymtab) }
__stop___ksymtab = .;
+
+ . = ALIGN(32);
+ .data.cacheline_aligned : { *(.data.cacheline_aligned) }
+
. = ALIGN(4096);
__init_begin = .;
.text.init : { *(.text.init) }
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)