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

Next file: linux/arch/sparc/mm/srmmu.c
Previous file: linux/arch/m68k/mm/memory.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.39/linux/arch/m68k/vmlinux.lds linux/arch/m68k/vmlinux.lds
@@ -9,6 +9,7 @@
   .text : {
 	*(.text)
 	*(.fixup)
+	*(.text.lock)		/* out-of-line lock text */
 	*(.gnu.warning)
 	} = 0x4e75
   .rodata : { *(.rodata) }
@@ -29,6 +30,9 @@
 	*(.data)
 	CONSTRUCTORS
 	}
+
+  . = ALIGN(8192);
+  init_task : { *(init_task) }	/* The initial task and kernel stack */
 
   _edata = .;			/* End of data section */
 

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