Skip to content

Commit

Permalink
[IA64] add init declaration - nolwsys
Browse files Browse the repository at this point in the history
Add __initdata to nolwsys.

Signed-off-by: Ken Chen <kenneth.w.chen@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
  • Loading branch information
Chen, Kenneth W authored and Tony Luck committed Mar 23, 2006
1 parent 914a4ea commit 03906ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ia64/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 03906ea

Please sign in to comment.