patch-2.4.0-test2 linux/arch/sh/vmlinux.lds.S

Next file: linux/arch/sparc/config.in
Previous file: linux/arch/sh/mm/fault.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test1/linux/arch/sh/vmlinux.lds.S linux/arch/sh/vmlinux.lds.S
@@ -15,12 +15,14 @@
   . = 0x80000000 + CONFIG_MEMORY_START + 0x1000;
   _text = .;			/* Text and read-only data */
   text = .;			/* Text and read-only data */
-  .text : {
+  .empty_zero_page : {
 	*(.empty_zero_page)
+	} = 0
+  .text : {
 	*(.text)
 	*(.fixup)
 	*(.gnu.warning)
-	} = 0
+	} = 0x0009
   .text.lock : { *(.text.lock) }	/* out-of-line lock text */
   .rodata : { *(.rodata) }
   .kstrtab : { *(.kstrtab) }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)