ARM: pgtable: introduce pteval_t to represent a pte value

This makes everywhere dealing with pte values use the same type.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Russell King
2010-11-16 00:22:09 +00:00
parent 97092e0c56
commit f6e3354d02
5 changed files with 28 additions and 25 deletions

View File

@ -62,7 +62,7 @@ struct cachepolicy {
const char policy[16];
unsigned int cr_mask;
unsigned int pmd;
unsigned int pte;
pteval_t pte;
};
static struct cachepolicy cache_policies[] __initdata = {