Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71675
b: refs/heads/master
c: 54ffaa4
h: refs/heads/master
i:
  71673: cce16f9
  71671: ea49a0d
v: v3
  • Loading branch information
Ingo Molnar authored and Thomas Gleixner committed Oct 19, 2007
1 parent 9bec53a commit ae23dc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3ceba7815cfc0b5d4c2bef5bb58e0c766da63549
refs/heads/master: 54ffaa45c5f572ff6c344ca583137d0edf2d78cc
2 changes: 2 additions & 0 deletions trunk/arch/x86/kernel/smpboot_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -1008,6 +1008,7 @@ static void __init smp_boot_cpus(unsigned int max_cpus)
printk(KERN_ERR "... forcing use of dummy APIC emulation. (tell your hw vendor)\n");
smpboot_clear_io_apic_irqs();
phys_cpu_present_map = physid_mask_of_physid(0);
map_cpu_to_logical_apicid();
cpu_set(0, per_cpu(cpu_sibling_map, 0));
cpu_set(0, per_cpu(cpu_core_map, 0));
return;
Expand All @@ -1029,6 +1030,7 @@ static void __init smp_boot_cpus(unsigned int max_cpus)
}
smpboot_clear_io_apic_irqs();
phys_cpu_present_map = physid_mask_of_physid(0);
map_cpu_to_logical_apicid();
cpu_set(0, per_cpu(cpu_sibling_map, 0));
cpu_set(0, per_cpu(cpu_core_map, 0));
return;
Expand Down

0 comments on commit ae23dc5

Please sign in to comment.