Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312140
b: refs/heads/master
c: b9a09a0
h: refs/heads/master
v: v3
  • Loading branch information
Yong Zhang authored and Ralf Baechle committed Jul 19, 2012
1 parent 99be91b commit 6d078f2
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: 5309bdac7029c7d8659d6653761f3402e17ed1ab
refs/heads/master: b9a09a0660aa9174e489ac531244680971950ef8
4 changes: 2 additions & 2 deletions trunk/arch/mips/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ asmlinkage __cpuinit void start_secondary(void)

notify_cpu_starting(cpu);

set_cpu_online(cpu, true);

set_cpu_sibling_map(cpu);

cpu_set(cpu, cpu_callin_map);
Expand Down Expand Up @@ -197,8 +199,6 @@ int __cpuinit __cpu_up(unsigned int cpu, struct task_struct *tidle)
while (!cpu_isset(cpu, cpu_callin_map))
udelay(100);

set_cpu_online(cpu, true);

return 0;
}

Expand Down

0 comments on commit 6d078f2

Please sign in to comment.