Commit e35e7fb0 authored by Frederic Weisbecker's avatar Frederic Weisbecker

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: default avatarFrederic 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>
parent 26e09c6e
...@@ -155,7 +155,6 @@ config DEBUG_SHIRQ ...@@ -155,7 +155,6 @@ config DEBUG_SHIRQ
config LOCKUP_DETECTOR config LOCKUP_DETECTOR
bool "Detect Hard and Soft Lockups" bool "Detect Hard and Soft Lockups"
depends on DEBUG_KERNEL && !S390 depends on DEBUG_KERNEL && !S390
default y
help help
Say Y here to enable the kernel to act as a watchdog to detect Say Y here to enable the kernel to act as a watchdog to detect
hard and soft lockups. hard and soft lockups.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment