summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPrasad Sodagudi <psodagud@codeaurora.org>2017-03-09 09:58:47 -0800
committerPrasad Sodagudi <psodagud@codeaurora.org>2017-03-09 11:16:22 -0800
commitde6e93411808ceb37994597bf43506d98409419b (patch)
treef4e32f993385a22a3c23473ee6f5b3f83c3ae944 /arch
parent4f659aa55edf0c322710abfd9389501f8f68dc79 (diff)
defconfig: msm: Enable RCU_STALL_WATCHDOG_BITE flag
Enable RCU_STALL_WATCHDOG_BITE flag to induce the watchdog bite for every rcu stall instead of just printing warning message. This option helps for postmortem analysis on rcu stalls by collecting complete ram dumps and cpu context. Change-Id: I6badcd034bf75a10f211eb506701a68efccb43c3 Signed-off-by: Prasad Sodagudi <psodagud@codeaurora.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/configs/msmcortex_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/msmcortex_defconfig b/arch/arm64/configs/msmcortex_defconfig
index c2038317857d..6f99d42b9a5a 100644
--- a/arch/arm64/configs/msmcortex_defconfig
+++ b/arch/arm64/configs/msmcortex_defconfig
@@ -657,6 +657,7 @@ CONFIG_DEBUG_SPINLOCK=y
CONFIG_DEBUG_MUTEXES=y
CONFIG_DEBUG_ATOMIC_SLEEP=y
CONFIG_DEBUG_LIST=y
+CONFIG_RCU_STALL_WATCHDOG_BITE=y
CONFIG_FAULT_INJECTION=y
CONFIG_FAIL_PAGE_ALLOC=y
CONFIG_UFS_FAULT_INJECTION=y