Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88825
b: refs/heads/master
c: e7f8b14
h: refs/heads/master
i:
  88823: c00a2d4
v: v3
  • Loading branch information
Glauber de Oliveira Costa authored and Ingo Molnar committed Apr 17, 2008
1 parent 55d5a0c commit 0f044e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 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: 50e440aa5323860d9e5960143b720e461ed0c582
refs/heads/master: e7f8b14e028f7a2f9e5c83c17164aeeeb9c61f17
12 changes: 0 additions & 12 deletions trunk/arch/x86/kernel/smpboot_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -855,18 +855,6 @@ static void __init smp_boot_cpus(unsigned int max_cpus)
++kicked;
}

/*
* construct cpu_sibling_map, so that we can tell sibling CPUs
* efficiently.
*/
for_each_possible_cpu(cpu) {
cpus_clear(per_cpu(cpu_sibling_map, cpu));
cpus_clear(per_cpu(cpu_core_map, cpu));
}

cpu_set(0, per_cpu(cpu_sibling_map, 0));
cpu_set(0, per_cpu(cpu_core_map, 0));

smpboot_setup_io_apic();

setup_boot_clock();
Expand Down

0 comments on commit 0f044e8

Please sign in to comment.