summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/proc-arm920.S
diff options
context:
space:
mode:
authorRussell King2006-03-16 15:44:36 +0100
committerRussell King2006-03-21 23:03:25 +0100
commit74945c8616a50074277e18641baaae7464006766 (patch)
treeb74a005fd0c38b2582783378321bf324545f3346 /arch/arm/mm/proc-arm920.S
parent[ARM] Move read of processor ID out of lookup_processor_type() (diff)
downloadkernel-qcow2-linux-74945c8616a50074277e18641baaae7464006766.tar.gz
kernel-qcow2-linux-74945c8616a50074277e18641baaae7464006766.tar.xz
kernel-qcow2-linux-74945c8616a50074277e18641baaae7464006766.zip
[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-arm920.S')
-rw-r--r--arch/arm/mm/proc-arm920.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mm/proc-arm920.S b/arch/arm/mm/proc-arm920.S
index d16513899999..e57d3b8de4b7 100644
--- a/arch/arm/mm/proc-arm920.S
+++ b/arch/arm/mm/proc-arm920.S
@@ -28,6 +28,7 @@
#include <linux/config.h>
#include <linux/init.h>
#include <asm/assembler.h>
+#include <asm/pgtable-hwdef.h>
#include <asm/pgtable.h>
#include <asm/procinfo.h>
#include <asm/hardware.h>