* [PATCH] ia64, kexec: elfcoreheader needs CONFIG_PROC_VMCORE rather than CONFIG_CRASH_DUMP
@ 2006-06-27 3:40 Horms
0 siblings, 0 replies; only message in thread
From: Horms @ 2006-06-27 3:40 UTC (permalink / raw)
To: linux-ia64
[ I feel like I have de-ja-vu here, as I swear I sent this once before,
but I can't find it anywhere. ]
elfcorehdr is part of CONFIG_PROC_VMCORE not CONFIG_CRASH_DUMP, the
current code will fail to build if CONFIG_CRASH_DUMP is defined but
CONFIG_PROC_VMCORE is not.
Signed-off-by: Horms <horms@verge.net.au>
---
arch/ia64/kernel/setup.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/ia64/kernel/setup.c b/arch/ia64/kernel/setup.c
index beea1d1..879c8de 100644
--- a/arch/ia64/kernel/setup.c
+++ b/arch/ia64/kernel/setup.c
@@ -513,7 +513,7 @@ #endif
if (!nomca)
ia64_mca_init();
-#ifdef CONFIG_CRASH_DUMP
+#ifdef CONFIG_PROC_VMCORE
{
char *from = strstr(saved_command_line, "elfcorehdr=");
--
1.4.1.rc1.g1ef9
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-06-27 3:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-27 3:40 [PATCH] ia64, kexec: elfcoreheader needs CONFIG_PROC_VMCORE rather than CONFIG_CRASH_DUMP Horms
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox