Commit f3e5cbe4 authored by Catalin Marinas's avatar Catalin Marinas

nommu: Select TLS register emulation if ARMv6 and not v6K

If not MMU and not v6K, access to the TLS register has to be
emulated. MMU-less systems do not provide a high page for kuser
helpers.
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 885f01e9
......@@ -421,6 +421,7 @@ config CPU_32v5
config CPU_32v6
bool
select TLS_REG_EMUL if !CPU_32v6K && !MMU
config CPU_32v7
bool
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment