x86: Set cpu masks before calling CPU_STARTING notifiers
authorAndi Kleen <ak@linux.intel.com>
Thu, 18 Nov 2010 10:47:31 +0000 (11:47 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 26 Nov 2010 14:14:56 +0000 (15:14 +0100)
commit5ef428c4b5950dddce7311e84321abb3aff7ebb0
treecb35ff5e913097d78577ec9bf615ab7de4eac5c1
parent963988262c3c8f4234f64a0dde59446a295e07bb
x86: Set cpu masks before calling CPU_STARTING notifiers

When booting up a CPU set the various topology masks before
calling the CPU_STARTING notifier. This way the notifier
can actually use the masks.

This is needed for a perf change.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <1290077254-12165-2-git-send-email-andi@firstfloor.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/smpboot.c