aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/intel.c
diff options
context:
space:
mode:
authorThomas Gleixner <[email protected]>2010-10-12 16:40:34 +0200
committerThomas Gleixner <[email protected]>2010-10-12 16:40:42 +0200
commit5e62feabcc3e4127a084701ec54ffe891985b7e8 (patch)
tree9246462da99ef4eb53c9c89a137d0a88c897f3d6 /arch/x86/kernel/cpu/intel.c
parent8ffcfa4e2d96342180e02dfe1230b97778c52d72 (diff)
parent234bb549eea16ec7d5207ba747fb8dbf489e64c1 (diff)
Merge branch 'x86/cleanups' into irq/sparseirq
Reason: Avoid conflicts with removal of boot_cpu_id Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'arch/x86/kernel/cpu/intel.c')
-rw-r--r--arch/x86/kernel/cpu/intel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/intel.c b/arch/x86/kernel/cpu/intel.c
index 85f69cdeae10..3a683ea5267e 100644
--- a/arch/x86/kernel/cpu/intel.c
+++ b/arch/x86/kernel/cpu/intel.c
@@ -169,7 +169,7 @@ static void __cpuinit intel_smp_check(struct cpuinfo_x86 *c)
{
#ifdef CONFIG_SMP
/* calling is from identify_secondary_cpu() ? */
- if (c->cpu_index == boot_cpu_id)
+ if (!c->cpu_index)
return;
/*