diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index ff5bdee4716d..4a186508bf8b 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -714,7 +714,7 @@ config STACKTRACE | |||
714 | 714 | ||
715 | config DEBUG_STACK_USAGE | 715 | config DEBUG_STACK_USAGE |
716 | bool "Stack utilization instrumentation" | 716 | bool "Stack utilization instrumentation" |
717 | depends on DEBUG_KERNEL | 717 | depends on DEBUG_KERNEL && !IA64 && !PARISC |
718 | help | 718 | help |
719 | Enables the display of the minimum amount of free stack which each | 719 | Enables the display of the minimum amount of free stack which each |
720 | task has ever had available in the sysrq-T and sysrq-P debug output. | 720 | task has ever had available in the sysrq-T and sysrq-P debug output. |