projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3505599
)
[SPARC64]: Export _PAGE_IE to modules.
author
David S. Miller
<davem@sunset.davemloft.net>
Sun, 25 Jun 2006 08:34:43 +0000
(
01:34
-0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Mon, 26 Jun 2006 06:15:03 +0000
(23:15 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/mm/init.c
patch
|
blob
|
history
diff --git
a/arch/sparc64/mm/init.c
b/arch/sparc64/mm/init.c
index 513993414747d1c74bc7eafb5f2822ac0c480cb5..5c2bcf354ce64aa3d74ad75dbc7a7eb0ba0091bd 100644
(file)
--- a/
arch/sparc64/mm/init.c
+++ b/
arch/sparc64/mm/init.c
@@
-1568,6
+1568,7
@@
pgprot_t PAGE_EXEC __read_mostly;
unsigned long pg_iobits __read_mostly;
unsigned long _PAGE_IE __read_mostly;
+EXPORT_SYMBOL(_PAGE_IE);
unsigned long _PAGE_E __read_mostly;
EXPORT_SYMBOL(_PAGE_E);