]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] sched: remove __cpuinitdata anotation to cpu_isolated_map
authorTim Chen <tim.c.chen@linux.intel.com>
Wed, 13 Dec 2006 22:17:58 +0000 (14:17 -0800)
committerChris Wright <chrisw@sous-sol.org>
Wed, 10 Jan 2007 19:05:18 +0000 (11:05 -0800)
commitfb0ddf36bdfec06438610afd1e44e40b6de06e55
treeda01f455ca3a1c23547cee6d4ae97a6adb1dab74
parent4a40b99aa9d8e4354b6d99a928e7141ab18c1842
[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>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
kernel/sched.c