summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPrasad Sodagudi <psodagud@codeaurora.org>2015-04-11 06:06:26 +0530
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-22 11:16:32 -0700
commit805c18d71c615b62bb9e7b86afed8ce1f4273973 (patch)
tree6407384cedd16bb27064a7b3b77eaf9481b6b3c1 /include
parent77d758e28363b63c9273099fc49b901def518b96 (diff)
lib: spinlock: Trigger a watchdog bite on spin_dump for rwlock
Currently dump_stack is printed once a spin_bug is detected for rwlock. So provide an options to trigger a panic or watchdog bite for debugging rwlock magic corruptions and lockups. Change-Id: I20807e8eceb8b81635e58701d1f9f9bd36ab5877 [abhimany: replace msm with qcom] Signed-off-by: Prasad Sodagudi <psodagud@codeaurora.org> Signed-off-by: Abhimanyu Kapur <abhimany@codeaurora.org>
Diffstat (limited to 'include')
-rw-r--r--include/soc/qcom/watchdog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/soc/qcom/watchdog.h b/include/soc/qcom/watchdog.h
index 5fbf18143bbe..dc0e1c8b3700 100644
--- a/include/soc/qcom/watchdog.h
+++ b/include/soc/qcom/watchdog.h
@@ -20,7 +20,7 @@
#define WDOG_BITE_ON_PANIC 0
#endif
-#ifdef CONFIG_MSM_WATCHDOG_V2
+#ifdef CONFIG_QCOM_WATCHDOG_V2
void msm_trigger_wdog_bite(void);
#else
static inline void msm_trigger_wdog_bite(void) { }