[PATCH] ARM: Add inline functions to find the pmd from virtual address
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Mon, 9 May 2005 19:52:51 +0000 (20:52 +0100)
committerRussell King <rmk@dyn-67.arm.linux.org.uk>
Mon, 9 May 2005 19:52:51 +0000 (20:52 +0100)
commit155bb14482cc567761c13b4efc064de400c55e18
tree28c9e8989febe619383ceba4b4115ebaafd847bf
parent88d7bd8cb9eb8d64bf7997600b0d64f7834047c5
[PATCH] ARM: Add inline functions to find the pmd from virtual address

Add pmd_off() and pmd_off_k() to obtain the pmd pointer for a
virtual address, and use them throughout the mm initialisation.

Signed-off-by: Russell King <rmk@arm.linux.org.uk>
arch/arm/mm/mm-armv.c