Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=367afaf83b0a8886ea566638a865701c54710af9
Commit:     367afaf83b0a8886ea566638a865701c54710af9
Parent:     0762097625711e829a008b64f42dc0ec74abb284
Author:     Catalin Marinas <[EMAIL PROTECTED]>
AuthorDate: Fri Jul 20 11:42:51 2007 +0100
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Fri Jul 20 21:29:48 2007 +0100

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 arch/arm/mm/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig
index e7904bc..cccacd9 100644
--- a/arch/arm/mm/Kconfig
+++ b/arch/arm/mm/Kconfig
@@ -405,6 +405,7 @@ config CPU_32v5
 
 config CPU_32v6
        bool
+       select TLS_REG_EMUL if !CPU_32v6K && !MMU
 
 config CPU_32v7
        bool
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to