diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-03-16 14:44:36 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-03-21 22:03:25 +0000 |
commit | 74945c8616a50074277e18641baaae7464006766 (patch) | |
tree | b74a005fd0c38b2582783378321bf324545f3346 /arch/arm/mm/proc-xscale.S | |
parent | 0f44ba1d1e67201c0c58af26eb441fa7014c89ec (diff) | |
download | linux-74945c8616a50074277e18641baaae7464006766.tar.bz2 |
[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-xscale.S')
-rw-r--r-- | arch/arm/mm/proc-xscale.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mm/proc-xscale.S b/arch/arm/mm/proc-xscale.S index 2d3823ec3153..3e7e6a8f4109 100644 --- a/arch/arm/mm/proc-xscale.S +++ b/arch/arm/mm/proc-xscale.S @@ -25,6 +25,7 @@ #include <asm/assembler.h> #include <asm/procinfo.h> #include <asm/hardware.h> +#include <asm/pgtable-hwdef.h> #include <asm/pgtable.h> #include <asm/page.h> #include <asm/ptrace.h> |