• R
    x86: fix VisualWS and Voyager kexec build failures · f408b43c
    Randy Dunlap 提交于
    without this patch:
    
    VOYAGER:
    kernel/built-in.o: In function `crash_kexec':
    (.text+0x28588): undefined reference to `machine_crash_shutdown'
    
    VISWS:
    kernel/built-in.o: In function `crash_kexec':
    /next-20080401/kernel/kexec.c:1074: undefined reference to `machine_crash_shutdown'
    make[1]: *** [.tmp_vmlinux1] Error 1
    
    because arch/x86/kernel/reboot.c isn't built since CONFIG_X86_BIOS_REBOOT=n,
    so machine_crash_shutdown() isn't available.
    
    This patch does seem a small bit odd since the KEXEC help text says that
    kexec is independent of the system firmware.
    Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
    Cc: Eric Biederman <ebiederm@xmission.com>
    Cc: Stephen Rothwell <sfr@canb.auug.org.au>
    Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: NIngo Molnar <mingo@elte.hu>
    f408b43c
Kconfig 53.7 KB