ARM: pgtable: directly pass pgd/pmd/pte to their error functions
authorRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 16 Nov 2010 00:19:55 +0000 (00:19 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 26 Nov 2010 20:45:45 +0000 (20:45 +0000)
Rather than passing the pte value to __pte_error, pass the raw pte_t
cookie instead.  Do the same for pmd and pgd functions.

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

No differences found