diff options
| -rw-r--r-- | lib/Kconfig.debug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index dd373c8ee94..9c28fa4202f 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
| @@ -227,7 +227,7 @@ config BOOTPARAM_SOFTLOCKUP_PANIC_VALUE | |||
| 227 | config DETECT_HUNG_TASK | 227 | config DETECT_HUNG_TASK |
| 228 | bool "Detect Hung Tasks" | 228 | bool "Detect Hung Tasks" |
| 229 | depends on DEBUG_KERNEL | 229 | depends on DEBUG_KERNEL |
| 230 | default DETECT_SOFTLOCKUP | 230 | default LOCKUP_DETECTOR |
| 231 | help | 231 | help |
| 232 | Say Y here to enable the kernel to detect "hung tasks", | 232 | Say Y here to enable the kernel to detect "hung tasks", |
| 233 | which are bugs that cause the task to be stuck in | 233 | which are bugs that cause the task to be stuck in |
| @@ -866,7 +866,7 @@ config BOOT_PRINTK_DELAY | |||
| 866 | system, and then set "lpj=M" before setting "boot_delay=N". | 866 | system, and then set "lpj=M" before setting "boot_delay=N". |
| 867 | NOTE: Using this option may adversely affect SMP systems. | 867 | NOTE: Using this option may adversely affect SMP systems. |
| 868 | I.e., processors other than the first one may not boot up. | 868 | I.e., processors other than the first one may not boot up. |
| 869 | BOOT_PRINTK_DELAY also may cause DETECT_SOFTLOCKUP to detect | 869 | BOOT_PRINTK_DELAY also may cause LOCKUP_DETECTOR to detect |
| 870 | what it believes to be lockup conditions. | 870 | what it believes to be lockup conditions. |
| 871 | 871 | ||
| 872 | config RCU_TORTURE_TEST | 872 | config RCU_TORTURE_TEST |
