[ARM] 4501/1: 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: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by Catalin Marinas and committed by Russell King 367afaf8 07620976

+1
+1
arch/arm/mm/Kconfig
··· 405 406 config CPU_32v6 407 bool 408 409 config CPU_32v7 410 bool
··· 405 406 config CPU_32v6 407 bool 408 + select TLS_REG_EMUL if !CPU_32v6K && !MMU 409 410 config CPU_32v7 411 bool