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:33:49 -0700 | 
| commit | caa29d028f035240ddd65ace28e5b5f24a6ce26a (patch) | |
| tree | 0fab3aadaa38181afb729e9d2df0d16a6a4a2bf4 | |
| parent | 052689c8e64cdb65cc0d7525df2d7c543dfd2c8e (diff) | |
| download | olio-linux-3.10-caa29d028f035240ddd65ace28e5b5f24a6ce26a.tar.xz olio-linux-3.10-caa29d028f035240ddd65ace28e5b5f24a6ce26a.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 |