projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2db661
)
x86, NMI: NMI selftest depends on the local apic
author
Don Zickus
<
[email protected]
>
Wed, 7 Dec 2011 21:06:30 +0000
(16:06 -0500)
committer
Ingo Molnar
<
[email protected]
>
Wed, 7 Dec 2011 22:26:55 +0000
(23:26 +0100)
The selftest doesn't work with out a local apic for now.
Reported-by: Randy Durlap <
[email protected]
>
Signed-off-by: Don Zickus <
[email protected]
>
Cc: Stephen Rothwell <
[email protected]
>
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Ingo Molnar <
[email protected]
>
arch/x86/Kconfig.debug
patch
|
blob
|
history
diff --git
a/arch/x86/Kconfig.debug
b/arch/x86/Kconfig.debug
index 97da3c17b424bd3d65e611311cb6160030a37c60..aa4158f3ce62cafc6a605f7f0790010acc449d1f 100644
(file)
--- a/
arch/x86/Kconfig.debug
+++ b/
arch/x86/Kconfig.debug
@@
-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.