ARM: pgtable: directly pass pgd/pmd/pte to their error functions
commit69529c0eb76469168f1dd5851f363dbab17ce8fd
authorRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 16 Nov 2010 00:19:55 +0000 (16 00:19 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 26 Nov 2010 20:45:45 +0000 (26 20:45 +0000)
treec37e90dc48384e372536e72a4101c768a5ede014
parentb510b049b549500816280f7ceaa087cfefdec581
ARM: pgtable: directly pass pgd/pmd/pte to their error functions

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>
arch/arm/include/asm/pgtable.h
arch/arm/kernel/traps.c