diff options
author | Graf Yang <graf.yang@analog.com> | 2010-01-20 05:56:24 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-03-09 00:30:49 -0500 |
commit | 60ffdb36547da2397d6cfefe9c752ebad16524f6 (patch) | |
tree | ce188bc0ccd1d8d0e6ff0f49937dca95e1f571c0 /arch/blackfin/Kconfig.debug | |
parent | 726e96561e4704278bc5197238f6459e1a63aa77 (diff) |
Blackfin: implement nmi_watchdog for SMP on BF561
Signed-off-by: Graf Yang <graf.yang@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/Kconfig.debug')
-rw-r--r-- | arch/blackfin/Kconfig.debug | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/blackfin/Kconfig.debug b/arch/blackfin/Kconfig.debug index 87f195ee2e06..1460d7b5edc1 100644 --- a/arch/blackfin/Kconfig.debug +++ b/arch/blackfin/Kconfig.debug | |||
@@ -238,6 +238,15 @@ config EARLY_PRINTK | |||
238 | all of this lives in the init section and is thrown away after the | 238 | all of this lives in the init section and is thrown away after the |
239 | kernel boots completely. | 239 | kernel boots completely. |
240 | 240 | ||
241 | config NMI_WATCHDOG | ||
242 | bool "Enable NMI watchdog to help debugging lockup on SMP" | ||
243 | default n | ||
244 | depends on (SMP && !BFIN_SCRATCH_REG_RETN) | ||
245 | help | ||
246 | If any CPU in the system does not execute the period local timer | ||
247 | interrupt for more than 5 seconds, then the NMI handler dumps debug | ||
248 | information. This information can be used to debug the lockup. | ||
249 | |||
241 | config CPLB_INFO | 250 | config CPLB_INFO |
242 | bool "Display the CPLB information" | 251 | bool "Display the CPLB information" |
243 | help | 252 | help |