Skip to content

Commit

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

synchronise_count_slave();

/*
* irq will be enabled in ->smp_finish(), enabling it too early
* is dangerous.
*/
WARN_ON_ONCE(!irqs_disabled());
mp_ops->smp_finish();

cpu_idle();
Expand Down

0 comments on commit 3ac5b41

Please sign in to comment.