aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
diff options
context:
space:
mode:
authorCatalin Marinas <catalin.marinas@arm.com>2007-07-20 11:42:57 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-07-20 21:29:56 +0100
commit7b4c965a0b74748269d05185a394c9dc121dd558 (patch)
tree403dbbb02f53a2191e04abc1123067753e1471ef /arch/arm/mm
parent[ARM] 4502/1: nommu: Do not export the copy/clear user page functions (diff)
downloadlinux-dev-7b4c965a0b74748269d05185a394c9dc121dd558.tar.xz
linux-dev-7b4c965a0b74748269d05185a394c9dc121dd558.zip
[ARM] 4504/1: nommu: Fix the ARMv6 support for MMU-less platforms
With this patch, Kconfig only selects CPU_HAS_ASID for the MMU case. It also corrects the typo in the v6wbi_tlb_fns definition in pgtable-nommu.h. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mm')
-rw-r--r--arch/arm/mm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig
index cccacd9c95af..d377376d6eed 100644
--- a/arch/arm/mm/Kconfig
+++ b/arch/arm/mm/Kconfig
@@ -351,7 +351,7 @@ config CPU_V6
select CPU_CACHE_V6
select CPU_CACHE_VIPT
select CPU_CP15_MMU
- select CPU_HAS_ASID
+ select CPU_HAS_ASID if MMU
select CPU_COPY_V6 if MMU
select CPU_TLB_V6 if MMU