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 b4389441efbb..695f17731e23 100644 --- a/arch/x86/kernel/cpu/intel.c +++ b/arch/x86/kernel/cpu/intel.c | |||
| @@ -170,7 +170,7 @@ static void __cpuinit intel_smp_check(struct cpuinfo_x86 *c) | |||
| 170 | { | 170 | { |
| 171 | #ifdef CONFIG_SMP | 171 | #ifdef CONFIG_SMP |
| 172 | /* calling is from identify_secondary_cpu() ? */ | 172 | /* calling is from identify_secondary_cpu() ? */ |
| 173 | if (c->cpu_index == boot_cpu_id) | 173 | if (!c->cpu_index) |
| 174 | return; | 174 | return; |
| 175 | 175 | ||
| 176 | /* | 176 | /* |
