Commit 03906ea0 authored by Chen, Kenneth W's avatar Chen, Kenneth W Committed by Tony Luck

[IA64] add init declaration - nolwsys

Add __initdata to nolwsys.
Signed-off-by: default avatarKen Chen <kenneth.w.chen@intel.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 914a4ea4
...@@ -556,7 +556,7 @@ count_reserved_pages (u64 start, u64 end, void *arg) ...@@ -556,7 +556,7 @@ count_reserved_pages (u64 start, u64 end, void *arg)
* purposes. * purposes.
*/ */
static int nolwsys; static int nolwsys __initdata;
static int __init static int __init
nolwsys_setup (char *s) nolwsys_setup (char *s)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment