Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312139
b: refs/heads/master
c: 5309bda
h: refs/heads/master
i:
  312137: a4af1d7
  312135: ce88294
v: v3
  • Loading branch information
Yong Zhang authored and Ralf Baechle committed Jul 19, 2012
1 parent 9d68e9c commit 99be91b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 263afbdd1cdd49338c118a3064acee01c69bb501
refs/heads/master: 5309bdac7029c7d8659d6653761f3402e17ed1ab
3 changes: 2 additions & 1 deletion trunk/arch/mips/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,14 @@ asmlinkage __cpuinit void start_secondary(void)

notify_cpu_starting(cpu);

mp_ops->smp_finish();
set_cpu_sibling_map(cpu);

cpu_set(cpu, cpu_callin_map);

synchronise_count_slave();

mp_ops->smp_finish();

cpu_idle();
}

Expand Down

0 comments on commit 99be91b

Please sign in to comment.