]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[SPARC64]: Export _PAGE_IE to modules.
authorDavid S. Miller <davem@sunset.davemloft.net>
Sun, 25 Jun 2006 08:34:43 +0000 (01:34 -0700)
committerDavid 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

index 513993414747d1c74bc7eafb5f2822ac0c480cb5..5c2bcf354ce64aa3d74ad75dbc7a7eb0ba0091bd 100644 (file)
@@ -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);