From: Tim Chen Date: Fri, 22 Dec 2006 09:07:50 +0000 (-0800) Subject: [PATCH] sched: remove __cpuinitdata anotation to cpu_isolated_map X-Git-Tag: v2.6.20-rc2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67af63a6ab4ce064f807bdce614fe0fa2bcea252;p=pandora-kernel.git [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 Acked-by: Suresh Siddha Acked-by: Ingo Molnar Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed