diff options
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r-- | arch/arm/Kconfig.debug | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 01a134141216..521e15bc6401 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -369,4 +369,13 @@ config ARM_KPROBES_TEST | |||
369 | help | 369 | help |
370 | Perform tests of kprobes API and instruction set simulation. | 370 | Perform tests of kprobes API and instruction set simulation. |
371 | 371 | ||
372 | config PID_IN_CONTEXTIDR | ||
373 | bool "Write the current PID to the CONTEXTIDR register" | ||
374 | depends on CPU_COPY_V6 | ||
375 | help | ||
376 | Enabling this option causes the kernel to write the current PID to | ||
377 | the PROCID field of the CONTEXTIDR register, at the expense of some | ||
378 | additional instructions during context switch. Say Y here only if you | ||
379 | are planning to use hardware trace tools with this kernel. | ||
380 | |||
372 | endmenu | 381 | endmenu |