浏览代码

[SPARC64]: Export _PAGE_IE to modules.

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 19 年之前
父节点
当前提交
987c74fcb7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/sparc64/mm/init.c

+ 1 - 0
arch/sparc64/mm/init.c

@@ -1568,6 +1568,7 @@ pgprot_t PAGE_EXEC __read_mostly;
 unsigned long pg_iobits __read_mostly;
 unsigned long pg_iobits __read_mostly;
 
 
 unsigned long _PAGE_IE __read_mostly;
 unsigned long _PAGE_IE __read_mostly;
+EXPORT_SYMBOL(_PAGE_IE);
 
 
 unsigned long _PAGE_E __read_mostly;
 unsigned long _PAGE_E __read_mostly;
 EXPORT_SYMBOL(_PAGE_E);
 EXPORT_SYMBOL(_PAGE_E);