[PATCH] sched: remove __cpuinitdata anotation to cpu_isolated_map
authorTim Chen <tim.c.chen@linux.intel.com>
Fri, 22 Dec 2006 09:07:50 +0000 (01:07 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 22 Dec 2006 16:55:47 +0000 (08:55 -0800)
commit67af63a6ab4ce064f807bdce614fe0fa2bcea252
treedc9431e230073f977181ce7d4f697bcbe06d73e6
parent132e2bc3ee7181c178314ced49da9944b76411c2
[PATCH] sched: remove __cpuinitdata anotation to cpu_isolated_map

The structure cpu_isolated_map is used not only during initialization.
Multi-core scheduler configuration changes and exclusive cpusets
use this during run time.  During setting of sched_mc_power_savings
 policy, this structure is accessed to update sched_domains.

Signed-off-by: Tim Chen <tim.c.chen@intel.com>
Acked-by: Suresh Siddha <suresh.b.siddha@intel.com>
Acked-by: Ingo Molnar <mingo@elte.hu>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/sched.c