Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295499
b: refs/heads/master
c: 106b443
h: refs/heads/master
i:
  295497: 56c503d
  295495: 6e070c0
v: v3
  • Loading branch information
Konrad Rzeszutek Wilk committed Mar 22, 2012
1 parent ef61fe7 commit 5263200
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 27257fc07c044af99d85400c4bab670342bbc8a5
refs/heads/master: 106b44388d8f76373149c4ea144f717b6d4d9a6d
6 changes: 6 additions & 0 deletions trunk/arch/x86/xen/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,14 @@ static void __cpuinit cpu_bringup(void)

xen_setup_cpu_clockevents();

notify_cpu_starting(cpu);

ipi_call_lock();
set_cpu_online(cpu, true);
ipi_call_unlock();

this_cpu_write(cpu_state, CPU_ONLINE);

wmb();

/* We can take interrupts now: we're officially "up". */
Expand Down

0 comments on commit 5263200

Please sign in to comment.