diff options
author | Ingo Molnar <mingo@elte.hu> | 2010-02-28 14:49:00 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-02-28 14:49:00 -0500 |
commit | c99c30feadf664ccd8590b96259cb9f3954bd246 (patch) | |
tree | a3470c953d0ebd71613186c90684240d53a930ca /lib/Kconfig.debug | |
parent | 47195d57636604ff6048b0d7aa3e4ed9643f6073 (diff) |
nmi_watchdog: Turn it off by default
It was nice to enable it by default for testing - but before we
push it upstream we want it to be off - so that people can
opt-in gradually.
Cc: Don Zickus <dzickus@redhat.com>
Cc: peterz@infradead.org
Cc: gorcunov@gmail.com
Cc: aris@redhat.com
LKML-Reference: <1266880143-24943-1-git-send-email-dzickus@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 01a4d85ee746..e2e73cc17a91 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -173,7 +173,6 @@ 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 && PERF_EVENTS_NMI | 175 | depends on DEBUG_KERNEL && PERF_EVENTS && PERF_EVENTS_NMI |
176 | default y | ||
177 | help | 176 | help |
178 | Say Y here to enable the kernel to use the NMI as a watchdog | 177 | Say Y here to enable the kernel to use the NMI as a watchdog |
179 | to detect hard lockups. This is useful when a cpu hangs for no | 178 | to detect hard lockups. This is useful when a cpu hangs for no |