[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20070524201542.GG1109@uranus.ravnborg.org>
Date: Thu, 24 May 2007 22:15:42 +0200
From: Sam Ravnborg <sam@...nborg.org>
To: David Miller <davem@...emloft.net>, linux-arch@...r.kernel.org,
sparclinux@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH/RFC 5/5] sparc64: use INITRAMFS in vmlinux.lds.h
Signed-off-by: Sam Ravnborg <sam@...nborg.org>
---
arch/sparc64/kernel/vmlinux.lds.S | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
diff --git a/arch/sparc64/kernel/vmlinux.lds.S b/arch/sparc64/kernel/vmlinux.lds.S
index 8559d07..2d6fb93 100644
--- a/arch/sparc64/kernel/vmlinux.lds.S
+++ b/arch/sparc64/kernel/vmlinux.lds.S
@@ -117,14 +117,7 @@ SECTIONS
}
__sun4v_2insn_patch_end = .;
-#ifdef CONFIG_BLK_DEV_INITRD
- . = ALIGN(PAGE_SIZE);
- __initramfs_start = .;
- .init.ramfs : {
- *(.init.ramfs)
- }
- __initramfs_end = .;
-#endif
+ INITRAMFS(PAGE_SIZE)
. = ALIGN(PAGE_SIZE);
__per_cpu_start = .;
--
1.5.1.rc3.20.gaa453
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists