|
@@ -76,15 +76,6 @@ config DEBUG_STACKOVERFLOW
|
|
provides another way to check stack overflow happened on kernel mode
|
|
provides another way to check stack overflow happened on kernel mode
|
|
stack usually caused by nested interruption.
|
|
stack usually caused by nested interruption.
|
|
|
|
|
|
-config DEBUG_STACK_USAGE
|
|
|
|
- bool "Enable stack utilization instrumentation"
|
|
|
|
- depends on DEBUG_KERNEL
|
|
|
|
- help
|
|
|
|
- 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.
|
|
|
|
-
|
|
|
|
- This option will slow down process creation somewhat.
|
|
|
|
-
|
|
|
|
config SMTC_IDLE_HOOK_DEBUG
|
|
config SMTC_IDLE_HOOK_DEBUG
|
|
bool "Enable additional debug checks before going into CPU idle loop"
|
|
bool "Enable additional debug checks before going into CPU idle loop"
|
|
depends on DEBUG_KERNEL && MIPS_MT_SMTC
|
|
depends on DEBUG_KERNEL && MIPS_MT_SMTC
|