diff options
| author | Evan Wilson <evan@oliodevices.com> | 2016-04-11 22:33:49 -0700 |
|---|---|---|
| committer | Evan Wilson <evan@oliodevices.com> | 2016-04-11 22:36:26 -0700 |
| commit | e2b260a10ab1b7e4fad99e3f93b1063546fe6812 (patch) | |
| tree | 1dd98dafca8b372a44bb90611dea6b85d3092d34 | |
| parent | 7622c71e8e291035b8be881889a3abeab7719fa7 (diff) | |
| download | olio-linux-3.10-e2b260a10ab1b7e4fad99e3f93b1063546fe6812.tar.xz olio-linux-3.10-e2b260a10ab1b7e4fad99e3f93b1063546fe6812.zip | |
Enabling panics on soft lockups and hung tasks
Change-Id: Ibbc6826288776586749c0645f8fce51bb5c7bed4
| -rw-r--r-- | arch/arm/configs/omap3_h1_defconfig | 23 |
1 files changed, 4 insertions, 19 deletions
diff --git a/arch/arm/configs/omap3_h1_defconfig b/arch/arm/configs/omap3_h1_defconfig index a71a3d77132..3a29d2c74d3 100644 --- a/arch/arm/configs/omap3_h1_defconfig +++ b/arch/arm/configs/omap3_h1_defconfig @@ -2688,14 +2688,14 @@ CONFIG_DEBUG_KERNEL=y # CONFIG_TOUCHSCREEN_DEBUG is not set # CONFIG_DEBUG_SHIRQ is not set CONFIG_LOCKUP_DETECTOR=y -# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set -CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 +CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=y +CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=1 CONFIG_PANIC_ON_OOPS=y CONFIG_PANIC_ON_OOPS_VALUE=1 CONFIG_DETECT_HUNG_TASK=y CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120 -# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set -CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0 +CONFIG_BOOTPARAM_HUNG_TASK_PANIC=y +CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=1 # CONFIG_SCHED_DEBUG is not set # CONFIG_SCHEDSTATS is not set # CONFIG_TIMER_STATS is not set @@ -2767,21 +2767,6 @@ CONFIG_HAVE_ARCH_KGDB=y # CONFIG_DEBUG_USER is not set # CONFIG_DEBUG_RODATA is not set # CONFIG_DEBUG_LL is not set -# CONFIG_DEBUG_OMAP2PLUS_UART is not set -# CONFIG_DEBUG_ICEDCC is not set -# CONFIG_DEBUG_SEMIHOSTING is not set -# CONFIG_DEBUG_OMAP2UART1 is not set -# CONFIG_DEBUG_OMAP2UART2 is not set -# CONFIG_DEBUG_OMAP2UART3 is not set -# CONFIG_DEBUG_OMAP3UART3 is not set -# CONFIG_DEBUG_OMAP4UART3 is not set -# CONFIG_DEBUG_OMAP3UART4 is not set -# CONFIG_DEBUG_OMAP4UART4 is not set -# CONFIG_DEBUG_TI81XXUART1 is not set -# CONFIG_DEBUG_TI81XXUART2 is not set -# CONFIG_DEBUG_TI81XXUART3 is not set -# CONFIG_DEBUG_AM33XXUART1 is not set -# CONFIG_DEBUG_ZOOM_UART is not set CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S" CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h" # CONFIG_PID_IN_CONTEXTIDR is not set |