[IA64] add init declaration - nolwsys
authorChen, Kenneth W <kenneth.w.chen@intel.com>
Sun, 12 Mar 2006 17:10:59 +0000 (09:10 -0800)
committerTony Luck <tony.luck@intel.com>
Thu, 23 Mar 2006 00:54:51 +0000 (16:54 -0800)
Add __initdata to nolwsys.

Signed-off-by: Ken Chen <kenneth.w.chen@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/mm/init.c

index e3a1000..ff4f31f 100644 (file)
@@ -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)