diff options
Diffstat (limited to 'arch/x86/kernel/cpu/intel.c')
-rw-r--r-- | arch/x86/kernel/cpu/intel.c | 2 |
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) | |||
169 | { | 169 | { |
170 | #ifdef CONFIG_SMP | 170 | #ifdef CONFIG_SMP |
171 | /* calling is from identify_secondary_cpu() ? */ | 171 | /* calling is from identify_secondary_cpu() ? */ |
172 | if (c->cpu_index == boot_cpu_id) | 172 | if (!c->cpu_index) |
173 | return; | 173 | return; |
174 | 174 | ||
175 | /* | 175 | /* |