diff options
Diffstat (limited to 'arch/arm/mm/Kconfig')
| -rw-r--r-- | arch/arm/mm/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig index 5b670c9ac5ef..27892e34b060 100644 --- a/arch/arm/mm/Kconfig +++ b/arch/arm/mm/Kconfig | |||
| @@ -409,3 +409,18 @@ config CPU_BPREDICT_DISABLE | |||
| 409 | depends on CPU_ARM1020 | 409 | depends on CPU_ARM1020 |
| 410 | help | 410 | help |
| 411 | Say Y here to disable branch prediction. If unsure, say N. | 411 | Say Y here to disable branch prediction. If unsure, say N. |
| 412 | |||
| 413 | config HAS_TLS_REG | ||
| 414 | bool | ||
| 415 | depends on CPU_32v6 && !CPU_32v5 && !CPU_32v4 && !CPU_32v3 | ||
| 416 | default y | ||
| 417 | help | ||
| 418 | This selects support for the CP15 thread register. | ||
| 419 | It is defined to be available on ARMv6 or later. However | ||
| 420 | if the kernel is configured to support multiple CPUs including | ||
| 421 | a pre-ARMv6 processors, or if a given ARMv6 processor doesn't | ||
| 422 | implement the thread register for some reason, then access to | ||
| 423 | this register from user space must be trapped and emulated. | ||
| 424 | If user space is relying on the __kuser_get_tls code then | ||
| 425 | there should not be any impact. | ||
| 426 | |||
