diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-03-16 17:44:36 +0300 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-03-22 01:03:25 +0300 |
commit | 74945c8616a50074277e18641baaae7464006766 (patch) | |
tree | b74a005fd0c38b2582783378321bf324545f3346 /arch/arm/mm/proc-arm1020.S | |
parent | 0f44ba1d1e67201c0c58af26eb441fa7014c89ec (diff) | |
download | linux-74945c8616a50074277e18641baaae7464006766.tar.xz |
[ARM] nommu: Move hardware page table definitions to pgtable-hwdef.h
Move the hardware PMD and PTE page table definitions from pgtable.h
into pgtable-hwdef.h, and include pgtable-hwdef.h as necessary.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mm/proc-arm1020.S')
-rw-r--r-- | arch/arm/mm/proc-arm1020.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mm/proc-arm1020.S b/arch/arm/mm/proc-arm1020.S index 82ec954e45b6..5f460d717253 100644 --- a/arch/arm/mm/proc-arm1020.S +++ b/arch/arm/mm/proc-arm1020.S @@ -29,6 +29,7 @@ #include <linux/init.h> #include <asm/assembler.h> #include <asm/asm-offsets.h> +#include <asm/pgtable-hwdef.h> #include <asm/pgtable.h> #include <asm/procinfo.h> #include <asm/ptrace.h> |