Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23369
b: refs/heads/master
c: 699ff13
h: refs/heads/master
i:
  23367: b57e9cc
v: v3
  • Loading branch information
Michael Ryan authored and Linus Torvalds committed Mar 24, 2006
1 parent 53cecbb commit 4f00510
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 4896cef8e33e668734234543afb58eb171476ff3
refs/heads/master: 699ff13f10b75ea929eea6f6fe47ba9cc8f92ca2
4 changes: 3 additions & 1 deletion trunk/arch/s390/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,9 @@ __cpu_up(unsigned int cpu)
cpu_lowcore->current_task = (unsigned long) idle;
cpu_lowcore->cpu_data.cpu_nr = cpu;
eieio();
signal_processor(cpu,sigp_restart);

while (signal_processor(cpu,sigp_restart) == sigp_busy)
udelay(10);

while (!cpu_online(cpu))
cpu_relax();
Expand Down

0 comments on commit 4f00510

Please sign in to comment.