Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f941c57 authored by Don Zickus's avatar Don Zickus Committed by Ingo Molnar
Browse files

x86, NMI: NMI selftest depends on the local apic



The selftest doesn't work with out a local apic for now.

Reported-by: default avatarRandy Durlap <rdunlap@xenotime.net>
Signed-off-by: default avatarDon 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: default avatarIngo Molnar <mingo@elte.hu>
parent d2db6610
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.