Commit c99c30feadf664ccd8590b96259cb9f3954bd246

Authored by Ingo Molnar
1 parent 47195d5763

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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

... ... @@ -173,7 +173,6 @@
173 173 config NMI_WATCHDOG
174 174 bool "Detect Hard Lockups with an NMI Watchdog"
175 175 depends on DEBUG_KERNEL && PERF_EVENTS && PERF_EVENTS_NMI
176   - default y
177 176 help
178 177 Say Y here to enable the kernel to use the NMI as a watchdog
179 178 to detect hard lockups. This is useful when a cpu hangs for no