ARM: make_coherent: avoid recalculating the pfn for the modified page
authorRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 18 Dec 2009 16:31:38 +0000 (16:31 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 20 Jan 2010 13:48:30 +0000 (13:48 +0000)
commited42acaef1a9d51631a31b55e9ed52d400430492
tree62b93dda8ee5eb1c31a3233df3e0f244dd83b367
parent56dd47098abe1fdde598a8d8b7c04d775506f456
ARM: make_coherent: avoid recalculating the pfn for the modified page

We already know the pfn for the page to be modified in make_coherent,
so let's stop recalculating it unnecessarily.

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