diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-03-16 10:23:31 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 19:30:57 +0100 |
commit | b4dbf95e3080cf43a27cc324bfa0975f88174d07 (patch) | |
tree | b6b8faa75c72e5f17a18c04a919c6b36647d03fe | |
parent | 71e0e556db08cc20de76d510be5600f6e5ce143c (diff) |
Get rid of the the remains of 2.4-style ramdisk support.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/kernel/vmlinux.lds.S | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/mips/kernel/vmlinux.lds.S b/arch/mips/kernel/vmlinux.lds.S index ff345f2c42c..25cc856d8e7 100644 --- a/arch/mips/kernel/vmlinux.lds.S +++ b/arch/mips/kernel/vmlinux.lds.S @@ -54,13 +54,6 @@ SECTIONS *(.data) - /* Align the initial ramdisk image (INITRD) on page boundaries. */ - . = ALIGN(4096); - __rd_start = .; - *(.initrd) - . = ALIGN(4096); - __rd_end = .; - CONSTRUCTORS } _gp = . + 0x8000; |