From 794cc1abaabdb424a8f84271d33e2d6ba66e9804 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 16 Mar 2005 10:23:31 +0000 Subject: [PATCH] --- yaml --- r: 11046 b: refs/heads/master c: b4dbf95e3080cf43a27cc324bfa0975f88174d07 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/kernel/vmlinux.lds.S | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/[refs] b/[refs] index 43c9b60b8497..a6c35a6780e7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 71e0e556db08cc20de76d510be5600f6e5ce143c +refs/heads/master: b4dbf95e3080cf43a27cc324bfa0975f88174d07 diff --git a/trunk/arch/mips/kernel/vmlinux.lds.S b/trunk/arch/mips/kernel/vmlinux.lds.S index ff345f2c42c2..25cc856d8e7e 100644 --- a/trunk/arch/mips/kernel/vmlinux.lds.S +++ b/trunk/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;