Skip to content
Commit 924a158a authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] Convert pmd_page() to be highmem safe



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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 0c8454f5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment