mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
nmi_watchdog: Only enable on x86 for now
It wont even build on other platforms just yet - so restrict it to x86 for now. Cc: Don Zickus <dzickus@redhat.com> Cc: gorcunov@gmail.com Cc: aris@redhat.com Cc: peterz@infradead.org LKML-Reference: <1265424425-31562-4-git-send-email-dzickus@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
84e478c6f1
commit
8e7672cdb4
@ -173,6 +173,7 @@ config DETECT_SOFTLOCKUP
|
||||
config NMI_WATCHDOG
|
||||
bool "Detect Hard Lockups with an NMI Watchdog"
|
||||
depends on DEBUG_KERNEL && PERF_EVENTS
|
||||
depends on X86
|
||||
default y
|
||||
help
|
||||
Say Y here to enable the kernel to use the NMI as a watchdog
|
||||
|
Loading…
Reference in New Issue
Block a user