diff options
Diffstat (limited to 'arch/arm/mm/Kconfig')
| -rw-r--r-- | arch/arm/mm/Kconfig | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig index 5b670c9ac5ef..c4fc6be629de 100644 --- a/arch/arm/mm/Kconfig +++ b/arch/arm/mm/Kconfig | |||
| @@ -409,3 +409,24 @@ 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 TLS_REG_EMUL | ||
| 414 | bool | ||
| 415 | default y if (SMP || CPU_32v6) && (CPU_32v5 || CPU_32v4 || CPU_32v3) | ||
| 416 | help | ||
| 417 | We might be running on an ARMv6+ processor which should have the TLS | ||
| 418 | register but for some reason we can't use it, or maybe an SMP system | ||
| 419 | using a pre-ARMv6 processor (there are apparently a few prototypes | ||
| 420 | like that in existence) and therefore access to that register must | ||
| 421 | be emulated. | ||
| 422 | |||
| 423 | config HAS_TLS_REG | ||
| 424 | bool | ||
| 425 | depends on CPU_32v6 | ||
| 426 | default y if !TLS_REG_EMUL | ||
| 427 | help | ||
| 428 | This selects support for the CP15 thread register. | ||
| 429 | It is defined to be available on ARMv6 or later. If a particular | ||
| 430 | ARMv6 or later CPU doesn't support it then it must omc;ide "select | ||
| 431 | TLS_REG_EMUL" along with its other caracteristics. | ||
| 432 | |||
