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:
parent
97092e0c56
commit
f6e3354d02
5 changed files with 28 additions and 25 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue