diff options
author | Ingo Molnar <mingo@elte.hu> | 2011-03-16 11:33:56 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2011-03-16 11:34:01 -0400 |
commit | 344c21c32287755b5cda0eeb84adb4546a57c1db (patch) | |
tree | c1a7e2332e4650b62c451279d84e0ed0890995fa /arch/x86/kernel/smpboot.c | |
parent | b87cf80af3ba4b4c008b4face3c68d604e1715c6 (diff) | |
parent | 84fd1d35cc868a4f7590b6dbdae2d7761287b97a (diff) |
Merge branch 'x86/amd-nb' into x86/urgent
Merge reason: This is one followup commit that was not in x86/mm - merge it via the urgent path
Signed-off-by: Ingo Molnar <mingo@elte.hu>
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 08776a95348..1bfb1c615a6 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 && |