Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299605
b: refs/heads/master
c: 57f27cc
h: refs/heads/master
i:
  299603: 12ee06d
v: v3
  • Loading branch information
Srivatsa S. Bhat authored and Richard Kuo committed Apr 23, 2012
1 parent dc191ba commit a7f4464
Show file tree
Hide file tree
Showing 2 changed files with 6 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: e8e42a5cff0704e83151455307a9b0d78fb43b93
refs/heads/master: 57f27cca7ab59cec05adc85cef97e9b4f7d28d78
5 changes: 5 additions & 0 deletions trunk/arch/hexagon/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,12 @@ void __cpuinit start_secondary(void)

printk(KERN_INFO "%s cpu %d\n", __func__, current_thread_info()->cpu);

notify_cpu_starting(cpu);

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

local_irq_enable();

cpu_idle();
Expand Down

0 comments on commit a7f4464

Please sign in to comment.