diff options
Diffstat (limited to 'arch/powerpc/Kconfig.debug')
-rw-r--r-- | arch/powerpc/Kconfig.debug | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/arch/powerpc/Kconfig.debug b/arch/powerpc/Kconfig.debug index a597dd77b903..e72dcf6a421d 100644 --- a/arch/powerpc/Kconfig.debug +++ b/arch/powerpc/Kconfig.debug | |||
@@ -35,27 +35,6 @@ config DEBUG_STACKOVERFLOW | |||
35 | This option will cause messages to be printed if free stack space | 35 | This option will cause messages to be printed if free stack space |
36 | drops below a certain limit. | 36 | drops below a certain limit. |
37 | 37 | ||
38 | config DEBUG_STACK_USAGE | ||
39 | bool "Stack utilization instrumentation" | ||
40 | depends on DEBUG_KERNEL | ||
41 | help | ||
42 | Enables the display of the minimum amount of free stack which each | ||
43 | task has ever had available in the sysrq-T and sysrq-P debug output. | ||
44 | |||
45 | This option will slow down process creation somewhat. | ||
46 | |||
47 | config DEBUG_PER_CPU_MAPS | ||
48 | bool "Debug access to per_cpu maps" | ||
49 | depends on DEBUG_KERNEL | ||
50 | depends on SMP | ||
51 | default n | ||
52 | ---help--- | ||
53 | Say Y to verify that the per_cpu map being accessed has | ||
54 | been setup. Adds a fair amount of code to kernel memory | ||
55 | and decreases performance. | ||
56 | |||
57 | Say N if unsure. | ||
58 | |||
59 | config HCALL_STATS | 38 | config HCALL_STATS |
60 | bool "Hypervisor call instrumentation" | 39 | bool "Hypervisor call instrumentation" |
61 | depends on PPC_PSERIES && DEBUG_FS && TRACEPOINTS | 40 | depends on PPC_PSERIES && DEBUG_FS && TRACEPOINTS |