patch-2.3.13 linux/arch/i386/vmlinux.lds
Next file: linux/arch/i386/vmlinux.lds.S
Previous file: linux/arch/i386/mm/init.c
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Mon Aug 9 12:41:57 1999
- Orig file:
v2.3.12/linux/arch/i386/vmlinux.lds
- Orig date:
Tue Jun 22 14:41:36 1999
diff -u --recursive --new-file v2.3.12/linux/arch/i386/vmlinux.lds linux/arch/i386/vmlinux.lds
@@ -42,15 +42,21 @@
__init_begin = .;
.text.init : { *(.text.init) }
.data.init : { *(.data.init) }
+ . = ALIGN(16);
+ __setup_start = .;
+ .setup.init : { *(.setup.init) }
+ __setup_end = .;
+ __initcall_start = .;
+ .initcall.init : { *(.initcall.init) }
+ __initcall_end = .;
. = ALIGN(4096);
__init_end = .;
- . = ALIGN(32);
- .data.cacheline_aligned : { *(.data.cacheline_aligned) }
-
. = ALIGN(4096);
.data.page_aligned : { *(.data.idt) }
+ . = ALIGN(32);
+ .data.cacheline_aligned : { *(.data.cacheline_aligned) }
__bss_start = .; /* BSS */
.bss : {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)