diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2007-07-20 14:43:02 +0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-07-21 00:42:13 +0400 |
commit | 2eb8c82bc492d5f185150e63eba5eac4dff24178 (patch) | |
tree | cfed0c4e370475ec92e0966ec28f9681986f01f0 /include/asm-arm/pgtable-nommu.h | |
parent | 7092fc38ee770251aed361572bf6bed05fcf3ee2 (diff) | |
download | linux-2eb8c82bc492d5f185150e63eba5eac4dff24178.tar.xz |
[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.h | 1 |
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) |