patch-2.2.18 linux/arch/arm/vmlinux-armv.lds

Next file: linux/arch/arm/vmlinux-armv.lds.in
Previous file: linux/arch/arm/vmlinux-armo.lds.in
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/arch/arm/vmlinux-armv.lds linux/arch/arm/vmlinux-armv.lds
@@ -41,8 +41,17 @@
   __init_begin = .;
   .text.init : { *(.text.init) }
   .data.init : { *(.data.init) }
+  . = ALIGN(16);		/* __setup() commandline parameters */
+  __setup_start = .;
+  .setup.init : { *(.setup.init) }
+  __setup_end = .;
+ 
+  __initcall_start = .;		/* the init functions to be called */
+  .initcall.init : { *(.initcall.init) }
+  __initcall_end = .;
   . = ALIGN(4096);
   __init_end = .;
+
 
   __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)