lockup_detector: Update some config
authorFrederic Weisbecker <fweisbec@gmail.com>
Sat, 15 May 2010 20:30:22 +0000 (22:30 +0200)
committerFrederic Weisbecker <fweisbec@gmail.com>
Sat, 15 May 2010 23:57:27 +0000 (01:57 +0200)
commite16bb1d7fe07609bc8b0e4c043eff2f47ada78d8
tree601b142677b67155f23f1413bd651c552ad54fa5
parent5e85391b3badd3f0e50ebdd0cafe0202a979f73a
lockup_detector: Update some config

We kept CONFIG_DETECT_SOFTLOCKUP around for compatibility with
older configs. But it was enabled by default if CONFIG_DEBUG_KERNEL.

So if we want to enable CONFIG_LOCKUP_DETECTOR on configs that had
CONFIG_DETECT_SOFTLOCKUP, all we need is to have the same enabling
by default if CONFIG_DEBUG_KERNEL. We can then remove
CONFIG_DETECT_SOFTLOCKUP directly.

So tag CONFIG_LOCKUP_DETECTOR as default y. This is what we want for
most serious kernel debugging anyway.

And also forbid the lockup detector in S390 as it was for the
previous softlockup detector, event though the true reason for that
is not outlined.

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Don Zickus <dzickus@redhat.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Cyrill Gorcunov <gorcunov@gmail.com>
lib/Kconfig.debug