Skip to content

Commit

Permalink
x86, NMI: NMI selftest depends on the local apic
Browse files Browse the repository at this point in the history
The selftest doesn't work with out a local apic for now.

Reported-by: Randy Durlap <rdunlap@xenotime.net>
Signed-off-by: Don Zickus <dzickus@redhat.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Link: http://lkml.kernel.org/r/20111207210630.GI1669@redhat.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Don Zickus authored and Ingo Molnar committed Dec 7, 2011
1 parent d2db661 commit 4f941c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ config DEBUG_STRICT_USER_COPY_CHECKS

config DEBUG_NMI_SELFTEST
bool "NMI Selftest"
depends on DEBUG_KERNEL
depends on DEBUG_KERNEL && X86_LOCAL_APIC
---help---
Enabling this option turns on a quick NMI selftest to verify
that the NMI behaves correctly.
Expand Down

0 comments on commit 4f941c5

Please sign in to comment.