Signed-off-by: Zachary Amsden Index: linux-2.6.16.1/arch/i386/Kconfig =================================================================== --- linux-2.6.16.1.orig/arch/i386/Kconfig 2006-04-03 12:37:11.000000000 -0700 +++ linux-2.6.16.1/arch/i386/Kconfig 2006-04-04 10:18:25.000000000 -0700 @@ -813,7 +813,7 @@ source kernel/Kconfig.hz config KEXEC bool "kexec system call (EXPERIMENTAL)" - depends on EXPERIMENTAL && (!X86_VOYAGER && SMP) + depends on EXPERIMENTAL && !(X86_VOYAGER && SMP) 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