Hi Nanhai,

Currently kdump_disable_iosapic is gaurded by CONFIG_CRASH_DUMP,
however it is run buy the crashing kernel, not the crash kernel,
and thus needs to be present for CONFIG_KEXEC, not CONFIG_CRASH_DUMP.

Signed-Off-By: Simon Horman <[EMAIL PROTECTED]>

diff --git a/arch/ia64/kernel/iosapic.c b/arch/ia64/kernel/iosapic.c
index 9e9367a..2f58502 100644
--- a/arch/ia64/kernel/iosapic.c
+++ b/arch/ia64/kernel/iosapic.c
@@ -288,7 +288,7 @@ nop (unsigned int irq)
        /* do nothing... */
 }
 
-#ifdef CONFIG_CRASH_DUMP
+#ifdef CONFIG_KEXEC
 void
 kdump_disable_iosapic(void)
 {
_______________________________________________
fastboot mailing list
[email protected]
https://lists.osdl.org/mailman/listinfo/fastboot

Reply via email to