diff options
author | Frederic Weisbecker <fweisbec@gmail.com> | 2010-05-13 00:27:20 +0200 |
---|---|---|
committer | Frederic Weisbecker <fweisbec@gmail.com> | 2010-05-13 00:27:20 +0200 |
commit | 89d7ce2a2178e7f562f608b466a18c8c2ece87af (patch) | |
tree | 55e3689f7926c32f1e53fb61bf02557370556d4b /lib | |
parent | d7c547335fa6b0090fa09c46ea0e965ac273a27e (diff) | |
download | linux-stable-89d7ce2a2178e7f562f608b466a18c8c2ece87af.tar.gz linux-stable-89d7ce2a2178e7f562f608b466a18c8c2ece87af.tar.bz2 linux-stable-89d7ce2a2178e7f562f608b466a18c8c2ece87af.zip |
lockup_detector: Make BOOTPARAM_SOFTLOCKUP_PANIC depend on LOCKUP_DETECTOR
Panic on softlockups was still depending on the softlockup detector.
But the latter has been merged into the lockup detector now.
Let's update this config dependency.
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Don Zickus <dzickus@redhat.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Cyrill Gorcunov <gorcunov@gmail.com>
Cc: Eric Paris <eparis@redhat.com>
Cc: Randy Dunlap <randy.dunlap@oracle.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 49e285dcaf57..755713a359e2 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -195,7 +195,7 @@ config LOCKUP_DETECTOR config BOOTPARAM_SOFTLOCKUP_PANIC bool "Panic (Reboot) On Soft Lockups" - depends on DETECT_SOFTLOCKUP + depends on LOCKUP_DETECTOR help Say Y here to enable the kernel to panic on "soft lockups", which are bugs that cause the kernel to loop in kernel |