From: Ingo Molnar Date: Tue, 27 Jan 2009 11:03:24 +0000 (+0100) Subject: Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc... X-Git-Tag: upstream/snapshot3+hdmi~18679^2~247^2~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4369f1fb7cd4cf777312f43e1cb9aa5504fc4125;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git Merge branch 'tj-percpu' of git://git./linux/kernel/git/tj/misc into core/percpu Conflicts: arch/x86/kernel/setup_percpu.c Semantic conflict: arch/x86/kernel/cpu/common.c Signed-off-by: Ingo Molnar --- 4369f1fb7cd4cf777312f43e1cb9aa5504fc4125 diff --cc arch/x86/kernel/cpu/common.c index 99904f2,0c766b8..652fdc9 --- a/arch/x86/kernel/cpu/common.c +++ b/arch/x86/kernel/cpu/common.c @@@ -52,6 -52,15 +52,15 @@@ cpumask_var_t cpu_initialized_mask /* representing cpus for which sibling maps can be computed */ cpumask_var_t cpu_sibling_setup_mask; + /* correctly size the local cpu masks */ -void setup_cpu_local_masks(void) ++void __init setup_cpu_local_masks(void) + { + alloc_bootmem_cpumask_var(&cpu_initialized_mask); + alloc_bootmem_cpumask_var(&cpu_callin_mask); + alloc_bootmem_cpumask_var(&cpu_callout_mask); + alloc_bootmem_cpumask_var(&cpu_sibling_setup_mask); + } + #else /* CONFIG_X86_32 */ cpumask_t cpu_callin_map;