diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2007-07-20 06:43:02 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-07-20 16:42:13 -0400 |
commit | 2eb8c82bc492d5f185150e63eba5eac4dff24178 (patch) | |
tree | cfed0c4e370475ec92e0966ec28f9681986f01f0 /arch/arm/mm/Kconfig | |
parent | 7092fc38ee770251aed361572bf6bed05fcf3ee2 (diff) |
[ARM] 4503/1: nommu: Add noMMU support for ARMv7
This patch adds the necessary ifdef's to the proc-v7.S code and
defines the v7wbi_tlb_fns macro 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/Kconfig')
-rw-r--r-- | arch/arm/mm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig index 7cc32b707113..58109ae34709 100644 --- a/arch/arm/mm/Kconfig +++ b/arch/arm/mm/Kconfig | |||
@@ -377,7 +377,7 @@ config CPU_V7 | |||
377 | select CPU_CACHE_V7 | 377 | select CPU_CACHE_V7 |
378 | select CPU_CACHE_VIPT | 378 | select CPU_CACHE_VIPT |
379 | select CPU_CP15_MMU | 379 | select CPU_CP15_MMU |
380 | select CPU_HAS_ASID | 380 | select CPU_HAS_ASID if MMU |
381 | select CPU_COPY_V6 if MMU | 381 | select CPU_COPY_V6 if MMU |
382 | select CPU_TLB_V7 if MMU | 382 | select CPU_TLB_V7 if MMU |
383 | 383 | ||