[ARM] Convert pmd_page() to be highmem safe
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sun, 26 Apr 2009 12:14:52 +0000 (13:14 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 26 Apr 2009 12:14:52 +0000 (13:14 +0100)
In the long run, we may want to place page tables in highmem.  However,
pmd_page() has traditionally been coded to convert the physical address
to a virtual one, which won't work with highmem pages.  Instead,
translate the physical address to a PFN, and then convert the PFN to a
struct page instead.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found