diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sparc64/mm/init.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sparc64/mm/init.c b/arch/sparc64/mm/init.c index 2a123135b042..16f0db38d932 100644 --- a/arch/sparc64/mm/init.c +++ b/arch/sparc64/mm/init.c | |||
@@ -1423,8 +1423,12 @@ pgprot_t PAGE_EXEC __read_mostly; | |||
1423 | unsigned long pg_iobits __read_mostly; | 1423 | unsigned long pg_iobits __read_mostly; |
1424 | 1424 | ||
1425 | unsigned long _PAGE_IE __read_mostly; | 1425 | unsigned long _PAGE_IE __read_mostly; |
1426 | |||
1426 | unsigned long _PAGE_E __read_mostly; | 1427 | unsigned long _PAGE_E __read_mostly; |
1428 | EXPORT_SYMBOL(_PAGE_E); | ||
1429 | |||
1427 | unsigned long _PAGE_CACHE __read_mostly; | 1430 | unsigned long _PAGE_CACHE __read_mostly; |
1431 | EXPORT_SYMBOL(_PAGE_CACHE); | ||
1428 | 1432 | ||
1429 | static void prot_init_common(unsigned long page_none, | 1433 | static void prot_init_common(unsigned long page_none, |
1430 | unsigned long page_shared, | 1434 | unsigned long page_shared, |