浏览代码

[IA64] add init declaration - nolwsys

Add __initdata to nolwsys.

Signed-off-by: Ken Chen <kenneth.w.chen@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Chen, Kenneth W 19 年之前
父节点
当前提交
03906ea034
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/ia64/mm/init.c

+ 1 - 1
arch/ia64/mm/init.c

@@ -556,7 +556,7 @@ count_reserved_pages (u64 start, u64 end, void *arg)
  * purposes.
  */
 
-static int nolwsys;
+static int nolwsys __initdata;
 
 static int __init
 nolwsys_setup (char *s)