diff options
author | Ingo Molnar <mingo@elte.hu> | 2010-02-09 00:11:00 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-02-09 00:11:00 -0500 |
commit | 8e7672cdb413af859086ffceaed68f7e1e8ea4c2 (patch) | |
tree | 5ee2c5664f746afcacf8e050c0cc3bb51980a1fa /lib | |
parent | 84e478c6f1eb9c4bfa1fff2f8108e9a061b46428 (diff) |
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>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index f80b67e72aa0..acef88239e15 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -173,6 +173,7 @@ config DETECT_SOFTLOCKUP | |||
173 | config NMI_WATCHDOG | 173 | config NMI_WATCHDOG |
174 | bool "Detect Hard Lockups with an NMI Watchdog" | 174 | bool "Detect Hard Lockups with an NMI Watchdog" |
175 | depends on DEBUG_KERNEL && PERF_EVENTS | 175 | depends on DEBUG_KERNEL && PERF_EVENTS |
176 | depends on X86 | ||
176 | default y | 177 | default y |
177 | help | 178 | help |
178 | Say Y here to enable the kernel to use the NMI as a watchdog | 179 | Say Y here to enable the kernel to use the NMI as a watchdog |