diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-08-21 17:06:38 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-09-20 14:58:35 +0100 |
commit | 1b2e2b73b4c84c918686c04a00724197036c0847 (patch) | |
tree | d0b2d703573dbe5a7f3d6d647b51a3137e039007 /include/asm-arm | |
parent | e478bec0ba0a83a48a0f6982934b6de079e7e6b3 (diff) | |
download | kernel_samsung_smdk4412-1b2e2b73b4c84c918686c04a00724197036c0847.zip kernel_samsung_smdk4412-1b2e2b73b4c84c918686c04a00724197036c0847.tar.gz kernel_samsung_smdk4412-1b2e2b73b4c84c918686c04a00724197036c0847.tar.bz2 |
[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 'include/asm-arm')
-rw-r--r-- | include/asm-arm/page.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-arm/page.h b/include/asm-arm/page.h index b721270..af9c3fe 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> |