Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252691
b: refs/heads/master
c: 8b27f2f
h: refs/heads/master
i:
  252689: 80986d6
  252687: 4f6cc4f
v: v3
  • Loading branch information
Nikhil P Rao authored and Ingo Molnar committed May 25, 2011
1 parent bb50100 commit a94a7b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: af6a25f0e1ec0265c267e6ee4513925eaba6d0ed
refs/heads/master: 8b27f2ff7a24f0735c96055e676872f05398d99b
7 changes: 0 additions & 7 deletions trunk/arch/x86/kernel/cpu/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -477,13 +477,6 @@ void __cpuinit detect_ht(struct cpuinfo_x86 *c)
if (smp_num_siblings <= 1)
goto out;

if (smp_num_siblings > nr_cpu_ids) {
pr_warning("CPU: Unsupported number of siblings %d",
smp_num_siblings);
smp_num_siblings = 1;
return;
}

index_msb = get_count_order(smp_num_siblings);
c->phys_proc_id = apic->phys_pkg_id(c->initial_apicid, index_msb);

Expand Down

0 comments on commit a94a7b1

Please sign in to comment.