Skip to content

Commit

Permalink
[ARM] 4501/1: nommu: Select TLS register emulation if ARMv6 and not v6K
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Catalin Marinas authored and Russell King committed Jul 20, 2007
1 parent 0762097 commit 367afaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ config CPU_32v5

config CPU_32v6
bool
select TLS_REG_EMUL if !CPU_32v6K && !MMU

config CPU_32v7
bool
Expand Down

0 comments on commit 367afaf

Please sign in to comment.