Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc...
authorIngo Molnar <mingo@elte.hu>
Tue, 27 Jan 2009 11:03:24 +0000 (12:03 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 27 Jan 2009 11:03:24 +0000 (12:03 +0100)
Conflicts:
arch/x86/kernel/setup_percpu.c

Semantic conflict:

arch/x86/kernel/cpu/common.c

Signed-off-by: Ingo Molnar <mingo@elte.hu>
1  2 
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;
  
 -void setup_cpu_local_masks(void)
+ /* correctly size the local cpu masks */
++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;