patch-2.4.22 linux-2.4.22/arch/mips/ld.script.in

Next file: linux-2.4.22/arch/mips/lib/Makefile
Previous file: linux-2.4.22/arch/mips/lasat/sysctl.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/mips/ld.script.in linux-2.4.22/arch/mips/ld.script.in
@@ -81,8 +81,8 @@
    . = ALIGN(4096);
    __rd_start = .;
    *(.initrd)
-   __rd_end = .;
    . = ALIGN(4096);
+   __rd_end = .;
 
     CONSTRUCTORS
   }

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