aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index a42d3ae39648..5d3e3288438f 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -694,7 +694,7 @@ config STACKTRACE
694 694
695config DEBUG_STACK_USAGE 695config DEBUG_STACK_USAGE
696 bool "Stack utilization instrumentation" 696 bool "Stack utilization instrumentation"
697 depends on DEBUG_KERNEL 697 depends on DEBUG_KERNEL && !IA64 && !PARISC
698 help 698 help
699 Enables the display of the minimum amount of free stack which each 699 Enables the display of the minimum amount of free stack which each
700 task has ever had available in the sysrq-T and sysrq-P debug output. 700 task has ever had available in the sysrq-T and sysrq-P debug output.