patch-2.1.87 linux/arch/m68k/vmlinux.lds

Next file: linux/arch/sparc/ap1000/tnet.c
Previous file: linux/arch/m68k/mvme16x/config.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.86/linux/arch/m68k/vmlinux.lds linux/arch/m68k/vmlinux.lds
@@ -31,8 +31,7 @@
 	CONSTRUCTORS
 	}
 
-  . = ALIGN(8192);
-  init_task : { *(init_task) }	/* The initial task and kernel stack */
+  .bss : { *(.bss) }		/* BSS */
 
   _edata = .;			/* End of data section */
 
@@ -40,13 +39,11 @@
   __init_begin = .;
   .text.init : { *(.text.init) }
   .data.init : { *(.data.init) }
-  . = ALIGN(4096);
+  . = ALIGN(8192);
   __init_end = .;
 
-  __bss_start = .;		/* BSS */
-  .bss : {
-	*(.bss)
-	}
+  init_task : { *(init_task) }	/* The initial task and kernel stack */
+
   _end = . ;
 
   /* Stabs debugging sections.  */

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