diff options
Diffstat (limited to 'arch/x86/kernel/smpboot.c')
-rw-r--r-- | arch/x86/kernel/smpboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index b2c99f811c3f..a2065d3b3b39 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c | |||
@@ -422,7 +422,7 @@ static bool match_smt(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) | |||
422 | 422 | ||
423 | if (c->phys_proc_id == o->phys_proc_id && | 423 | if (c->phys_proc_id == o->phys_proc_id && |
424 | per_cpu(cpu_llc_id, cpu1) == per_cpu(cpu_llc_id, cpu2) && | 424 | per_cpu(cpu_llc_id, cpu1) == per_cpu(cpu_llc_id, cpu2) && |
425 | c->compute_unit_id == o->compute_unit_id) | 425 | c->cpu_core_id == o->cpu_core_id) |
426 | return topology_sane(c, o, "smt"); | 426 | return topology_sane(c, o, "smt"); |
427 | 427 | ||
428 | } else if (c->phys_proc_id == o->phys_proc_id && | 428 | } else if (c->phys_proc_id == o->phys_proc_id && |