dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Frederic Weisbecker 2010-05-19 11:36:49 +02:00
parent 26e09c6eee
commit e35e7fb0e9
1 changed files with 0 additions and 1 deletions

View File

@ -155,7 +155,6 @@ config DEBUG_SHIRQ
config LOCKUP_DETECTOR
bool "Detect Hard and Soft Lockups"
depends on DEBUG_KERNEL && !S390
default y
help
Say Y here to enable the kernel to act as a watchdog to detect
hard and soft lockups.