ARM: pgtable: use mk_pte rather than pfn_pte(page_to_pfn())
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 2 Jul 2011 13:56:42 +0000 (14:56 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 26 Jan 2012 20:06:22 +0000 (20:06 +0000)
mk_pte is provided to do this translation for us, so use it rather
than open-coding it in the copypage code.

Reviewed-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found