public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] i386: KEXEC must depend on (!SMP && X86_LOCAL_APIC)
@ 2006-06-28 16:55 Adrian Bunk
  2006-06-28 17:35 ` Eric W. Biederman
  0 siblings, 1 reply; 4+ messages in thread
From: Adrian Bunk @ 2006-06-28 16:55 UTC (permalink / raw)
  To: ebiederm; +Cc: linux-kernel, James.Bottomley

This patch fixes the following issue with CONFIG_SMP=y and 
CONFIG_X86_VOYAGER=y:

<--  snip  -->

...
  CC      arch/i386/kernel/crash.o
arch/i386/kernel/crash.c: In function ‘crash_nmi_callback’:
arch/i386/kernel/crash.c:113: error: implicit declaration of function ‘disable_local_APIC’

<--  snip  -->

Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.17-mm3-full/arch/i386/Kconfig.old	2006-06-28 18:13:15.000000000 +0200
+++ linux-2.6.17-mm3-full/arch/i386/Kconfig	2006-06-28 18:21:32.000000000 +0200
@@ -748,7 +748,7 @@
 
 config KEXEC
 	bool "kexec system call (EXPERIMENTAL)"
-	depends on EXPERIMENTAL
+	depends on EXPERIMENTAL && (!SMP || X86_LOCAL_APIC)
 	help
 	  kexec is a system call that implements the ability to shutdown your
 	  current kernel, and to start another kernel.  It is like a reboot


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

end of thread, other threads:[~2006-06-29  0:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-28 16:55 [2.6 patch] i386: KEXEC must depend on (!SMP && X86_LOCAL_APIC) Adrian Bunk
2006-06-28 17:35 ` Eric W. Biederman
2006-06-28 20:49   ` Adrian Bunk
2006-06-29  0:40     ` Eric W. Biederman

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