mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 09:02:00 +00:00
[SPARC64]: Export _PAGE_E and _PAGE_CACHE to modules.
SBUS flash driver needs it. Noticed by Fabbione. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
0f05da6d57
commit
b2bef4424c
@ -1423,8 +1423,12 @@ pgprot_t PAGE_EXEC __read_mostly;
|
||||
unsigned long pg_iobits __read_mostly;
|
||||
|
||||
unsigned long _PAGE_IE __read_mostly;
|
||||
|
||||
unsigned long _PAGE_E __read_mostly;
|
||||
EXPORT_SYMBOL(_PAGE_E);
|
||||
|
||||
unsigned long _PAGE_CACHE __read_mostly;
|
||||
EXPORT_SYMBOL(_PAGE_CACHE);
|
||||
|
||||
static void prot_init_common(unsigned long page_none,
|
||||
unsigned long page_shared,
|
||||
|
Loading…
Reference in New Issue
Block a user