diff options
author | Frederic Weisbecker <fweisbec@gmail.com> | 2010-05-19 05:36:49 -0400 |
---|---|---|
committer | Frederic Weisbecker <fweisbec@gmail.com> | 2010-05-19 05:36:49 -0400 |
commit | e35e7fb0e9ea557f7504ced6fe4ccf69e44b7f07 (patch) | |
tree | aa624af7d9037a94ec8eeee1e6d4b564cc59ad81 /lib | |
parent | 26e09c6eee14f4827b55137ba0eedc4e77cd50ab (diff) |
lockup_detector: Don't enable the lockup detector by default
The lockup detector is a new feature that now involves the
nmi watchdog. Drop the default y and let the user choose.
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Don Zickus <dzickus@redhat.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'lib')
-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 e65e47d5c5e6..63968a968443 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -155,7 +155,6 @@ config DEBUG_SHIRQ | |||
155 | config LOCKUP_DETECTOR | 155 | config LOCKUP_DETECTOR |
156 | bool "Detect Hard and Soft Lockups" | 156 | bool "Detect Hard and Soft Lockups" |
157 | depends on DEBUG_KERNEL && !S390 | 157 | depends on DEBUG_KERNEL && !S390 |
158 | default y | ||
159 | help | 158 | help |
160 | Say Y here to enable the kernel to act as a watchdog to detect | 159 | Say Y here to enable the kernel to act as a watchdog to detect |
161 | hard and soft lockups. | 160 | hard and soft lockups. |