mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2] LDSCRIPT: Name INIT_RAM_FS consistently
@ 2009-06-22 14:32 David Howells
  2009-06-22 14:32 ` [PATCH 2/2] MN10300: Fix the vmlinux ldscript David Howells
  2009-06-22 20:32 ` [PATCH 1/2] LDSCRIPT: Name INIT_RAM_FS consistently Sam Ravnborg
  0 siblings, 2 replies; 3+ messages in thread
From: David Howells @ 2009-06-22 14:32 UTC (permalink / raw)
  To: torvalds, akpm; +Cc: linux-am33-list, linux-kernel, David Howells, Sam Ravnborg

In asm-generic/vmlinux.lds.h, name INIT_RAM_FS consistently, no matter the
setting of CONFIG_BLK_DEV_INITRD.  This corrects:

	commit ef53dae8658cf0e93d380983824a661067948d87
	Author: Sam Ravnborg <sam@ravnborg.org>
	Date:   Sun Jun 7 20:46:37 2009 +0200
	Subject: Improve vmlinux.lds.h support for arch specific linker scripts

Signed-off-by: David Howells <dhowells@redhat.com>
Cc: Sam Ravnborg <sam@ravnborg.org>
---

 include/asm-generic/vmlinux.lds.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h
index 55413e5..92b73b6 100644
--- a/include/asm-generic/vmlinux.lds.h
+++ b/include/asm-generic/vmlinux.lds.h
@@ -625,7 +625,7 @@
 	*(.init.ramfs)							\
 	VMLINUX_SYMBOL(__initramfs_end) = .;
 #else
-#define INITRAMFS
+#define INIT_RAM_FS
 #endif
 
 /**


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-06-22 20:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-22 14:32 [PATCH 1/2] LDSCRIPT: Name INIT_RAM_FS consistently David Howells
2009-06-22 14:32 ` [PATCH 2/2] MN10300: Fix the vmlinux ldscript David Howells
2009-06-22 20:32 ` [PATCH 1/2] LDSCRIPT: Name INIT_RAM_FS consistently Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®