commit | 69529c0eb76469168f1dd5851f363dbab17ce8fd | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Nov 16 00:19:55 2010 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Nov 26 20:45:45 2010 +0000 |
tree | c37e90dc48384e372536e72a4101c768a5ede014 | |
parent | b510b049b549500816280f7ceaa087cfefdec581 [diff] |
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>