diff options
author | Anton Blanchard <anton@samba.org> | 2011-07-06 09:13:17 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-07-19 01:13:06 -0400 |
commit | 7a0200f66b0b9ad7c4eb8d3f4d3ebdf3c89a55cc (patch) | |
tree | c2a8f7e6b36907651f4bffd4c1dd61202d7a8839 /arch/powerpc/configs/pseries_defconfig | |
parent | b260281cd1d45f8eb90f5821f26d87c5aee0d989 (diff) |
powerpc: Enable lockup and hung task detectors in pseries and ppc64 defeconfigs
As a result of changes to Kconfig files, we no longer enable
the lockup and hung task detectors. Both are very light weight
and provide useful information in the event of a hang, so
reenable them.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/configs/pseries_defconfig')
-rw-r--r-- | arch/powerpc/configs/pseries_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/configs/pseries_defconfig b/arch/powerpc/configs/pseries_defconfig index f8ac37efe7c5..96a58b709705 100644 --- a/arch/powerpc/configs/pseries_defconfig +++ b/arch/powerpc/configs/pseries_defconfig | |||
@@ -321,6 +321,8 @@ CONFIG_NLS_ISO8859_1=y | |||
321 | CONFIG_CRC_T10DIF=y | 321 | CONFIG_CRC_T10DIF=y |
322 | CONFIG_MAGIC_SYSRQ=y | 322 | CONFIG_MAGIC_SYSRQ=y |
323 | CONFIG_DEBUG_KERNEL=y | 323 | CONFIG_DEBUG_KERNEL=y |
324 | CONFIG_LOCKUP_DETECTOR=y | ||
325 | CONFIG_DETECT_HUNG_TASK=y | ||
324 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | 326 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set |
325 | CONFIG_LATENCYTOP=y | 327 | CONFIG_LATENCYTOP=y |
326 | CONFIG_SYSCTL_SYSCALL_CHECK=y | 328 | CONFIG_SYSCTL_SYSCALL_CHECK=y |