Skip to content

Commit c99c30f

Browse files
author
Ingo Molnar
committed
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>
1 parent 47195d5 commit c99c30f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Kconfig.debug

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ config DETECT_SOFTLOCKUP
173173
config NMI_WATCHDOG
174174
bool "Detect Hard Lockups with an NMI Watchdog"
175175
depends on DEBUG_KERNEL && PERF_EVENTS && PERF_EVENTS_NMI
176-
default y
177176
help
178177
Say Y here to enable the kernel to use the NMI as a watchdog
179178
to detect hard lockups. This is useful when a cpu hangs for no

0 commit comments

Comments
 (0)