diff options
Diffstat (limited to 'arch/x86/kernel/smpboot.c')
-rw-r--r-- | arch/x86/kernel/smpboot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index 0cbe8c0b35ed..fbaa2229af5b 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c | |||
@@ -414,6 +414,7 @@ void __cpuinit set_cpu_sibling_map(int cpu) | |||
414 | 414 | ||
415 | if (cpu_has(c, X86_FEATURE_TOPOEXT)) { | 415 | if (cpu_has(c, X86_FEATURE_TOPOEXT)) { |
416 | if (c->phys_proc_id == o->phys_proc_id && | 416 | if (c->phys_proc_id == o->phys_proc_id && |
417 | per_cpu(cpu_llc_id, cpu) == per_cpu(cpu_llc_id, i) && | ||
417 | c->compute_unit_id == o->compute_unit_id) | 418 | c->compute_unit_id == o->compute_unit_id) |
418 | link_thread_siblings(cpu, i); | 419 | link_thread_siblings(cpu, i); |
419 | } else if (c->phys_proc_id == o->phys_proc_id && | 420 | } else if (c->phys_proc_id == o->phys_proc_id && |