patch-2.4.22 linux-2.4.22/arch/mips64/ld.script.elf64
Next file: linux-2.4.22/arch/mips64/lib/Makefile
Previous file: linux-2.4.22/arch/mips64/ld.script.elf32.S
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
2003-08-25 04:44:40.000000000 -0700
- Orig file:
linux-2.4.21/arch/mips64/ld.script.elf64
- Orig date:
2002-11-28 15:53:10.000000000 -0800
diff -urN linux-2.4.21/arch/mips64/ld.script.elf64 linux-2.4.22/arch/mips64/ld.script.elf64
@@ -86,6 +86,14 @@
{
_fdata = . ;
*(.data)
+
+ /* Align the initial ramdisk image (INITRD) on page boundaries. */
+ . = ALIGN(4096);
+ __rd_start = .;
+ *(.initrd)
+ . = ALIGN(4096);
+ __rd_end = .;
+
CONSTRUCTORS
}
.data1 : { *(.data1) }
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)