|
@@ -694,7 +694,7 @@ config STACKTRACE
|
|
|
|
|
|
config DEBUG_STACK_USAGE
|
|
config DEBUG_STACK_USAGE
|
|
bool "Stack utilization instrumentation"
|
|
bool "Stack utilization instrumentation"
|
|
- depends on DEBUG_KERNEL
|
|
|
|
|
|
+ depends on DEBUG_KERNEL && !IA64 && !PARISC
|
|
help
|
|
help
|
|
Enables the display of the minimum amount of free stack which each
|
|
Enables the display of the minimum amount of free stack which each
|
|
task has ever had available in the sysrq-T and sysrq-P debug output.
|
|
task has ever had available in the sysrq-T and sysrq-P debug output.
|