Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88794
b: refs/heads/master
c: 5733f62
h: refs/heads/master
v: v3
  • Loading branch information
Glauber de Oliveira Costa authored and Ingo Molnar committed Apr 17, 2008
1 parent 0644e88 commit 28e0495
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8f15b82e22779fd44baeb78515c9c154b407eff0
refs/heads/master: 5733f627498121870b081b7ab73ffba01348f8cd
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/smpboot_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,10 @@ void __cpuinit start_secondary(void)
*/
spin_unlock(&vector_lock);
cpu_set(smp_processor_id(), cpu_online_map);
per_cpu(cpu_state, smp_processor_id()) = CPU_ONLINE;

unlock_ipi_call_lock();

per_cpu(cpu_state, smp_processor_id()) = CPU_ONLINE;

setup_secondary_clock();

cpu_idle();
Expand Down

0 comments on commit 28e0495

Please sign in to comment.