aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/pgtable-nommu.h
diff options
context:
space:
mode:
authorCatalin Marinas <catalin.marinas@arm.com>2007-07-20 11:43:02 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-07-20 21:42:13 +0100
commit2eb8c82bc492d5f185150e63eba5eac4dff24178 (patch)
treecfed0c4e370475ec92e0966ec28f9681986f01f0 /include/asm-arm/pgtable-nommu.h
parent[ARM] 4498/1: ARMv7: Remove the L2 cache configuration via the aux ctrl register (diff)
downloadlinux-dev-2eb8c82bc492d5f185150e63eba5eac4dff24178.tar.xz
linux-dev-2eb8c82bc492d5f185150e63eba5eac4dff24178.zip
[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 'include/asm-arm/pgtable-nommu.h')
-rw-r--r--include/asm-arm/pgtable-nommu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/pgtable-nommu.h b/include/asm-arm/pgtable-nommu.h
index 1cf14d243e82..b186bc820e30 100644
--- a/include/asm-arm/pgtable-nommu.h
+++ b/include/asm-arm/pgtable-nommu.h
@@ -103,6 +103,7 @@ extern int is_in_rom(unsigned long);
#define v4wb_tlb_fns (0)
#define v4wbi_tlb_fns (0)
#define v6wbi_tlb_fns (0)
+#define v7wbi_tlb_fns (0)
#define v3_user_fns (0)
#define v4_user_fns (0)