summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/page.h
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2006-08-21 18:06:38 +0200
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-09-20 15:58:35 +0200
commit1b2e2b73b4c84c918686c04a00724197036c0847 (patch)
treed0b2d703573dbe5a7f3d6d647b51a3137e039007 /include/asm-arm/page.h
parentLinux v2.6.18. Arrr! (diff)
downloadlinux-1b2e2b73b4c84c918686c04a00724197036c0847.tar.xz
linux-1b2e2b73b4c84c918686c04a00724197036c0847.zip
[ARM] Cleanup arch/arm/mm a little
Move top_pmd into arch/arm/mm/mm.h - nothing outside arch/arm/mm references it. Move the repeated definition of TOP_PTE into mm/mm.h, as well as a few function prototypes. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to '')
-rw-r--r--include/asm-arm/page.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-arm/page.h b/include/asm-arm/page.h
index b721270b9986..af9c3fe7588c 100644
--- a/include/asm-arm/page.h
+++ b/include/asm-arm/page.h
@@ -174,9 +174,6 @@ typedef unsigned long pgprot_t;
#endif /* STRICT_MM_TYPECHECKS */
-/* the upper-most page table pointer */
-extern pmd_t *top_pmd;
-
#endif /* CONFIG_MMU */
#include <asm/memory.h>