nmi_watchdog: Fix undefined 'apic' build bug
authorDon Zickus <dzickus@redhat.com>
Fri, 19 Feb 2010 02:56:52 +0000 (21:56 -0500)
committerIngo Molnar <mingo@elte.hu>
Fri, 19 Feb 2010 22:04:13 +0000 (23:04 +0100)
commit2cc4452bc31fc1cde6f0b64a4eb13269f982787d
tree408f139a30a151de7c77ebefa51bf8c6dcc81120
parent96ca4028aca0638d0e11dcbfabc4283054072933
nmi_watchdog: Fix undefined 'apic' build bug

Ingo provided me a config that fails to compile with:

  arch/x86/built-in.o: In function
  `arch_trigger_all_cpu_backtrace': (.text+0x17e78): undefined
  reference to `apic' make: *** [.tmp_vmlinux1] Error 1

I realized I changed the compile behaviour of the nmi code by
not wrapping it with CONFIG_LOCAL_APIC.  To fix this I add a
compile check for ARCH_HAS_NMI_WATCHDOG around
arch_trigger_all_cpu_backtrace.

Signed-off-by: Don Zickus <dzickus@redhat.com>
Cc: a.p.zijlstra@chello.nl
Cc: gorcunov@gmail.com
Cc: aris@redhat.com
LKML-Reference: <1266548212-24243-1-git-send-email-dzickus@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/apic/hw_nmi.c