summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/configs/ppc64_defconfig
diff options
context:
space:
mode:
authorAnton Blanchard2011-07-06 15:13:17 +0200
committerBenjamin Herrenschmidt2011-07-19 07:13:06 +0200
commit7a0200f66b0b9ad7c4eb8d3f4d3ebdf3c89a55cc (patch)
treec2a8f7e6b36907651f4bffd4c1dd61202d7a8839 /arch/powerpc/configs/ppc64_defconfig
parentpowerpc: Add mpt2sas driver to pseries and ppc64 defconfig (diff)
downloadkernel-qcow2-linux-7a0200f66b0b9ad7c4eb8d3f4d3ebdf3c89a55cc.tar.gz
kernel-qcow2-linux-7a0200f66b0b9ad7c4eb8d3f4d3ebdf3c89a55cc.tar.xz
kernel-qcow2-linux-7a0200f66b0b9ad7c4eb8d3f4d3ebdf3c89a55cc.zip
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/ppc64_defconfig')
-rw-r--r--arch/powerpc/configs/ppc64_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig
index 3d42aac17919..84a685a505fe 100644
--- a/arch/powerpc/configs/ppc64_defconfig
+++ b/arch/powerpc/configs/ppc64_defconfig
@@ -443,6 +443,8 @@ CONFIG_NLS_KOI8_U=m
CONFIG_CRC_T10DIF=y
CONFIG_MAGIC_SYSRQ=y
CONFIG_DEBUG_KERNEL=y
+CONFIG_LOCKUP_DETECTOR=y
+CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEBUG_MUTEXES=y
# CONFIG_RCU_CPU_STALL_DETECTOR is not set
CONFIG_LATENCYTOP=y