From 4f00510584c7cdc10114a212fe906f0b3d12a36f Mon Sep 17 00:00:00 2001 From: Michael Ryan Date: Fri, 24 Mar 2006 03:15:17 -0800 Subject: [PATCH] --- yaml --- r: 23369 b: refs/heads/master c: 699ff13f10b75ea929eea6f6fe47ba9cc8f92ca2 h: refs/heads/master i: 23367: b57e9cc28058c5f1092d750d96bc1f04fcd00f37 v: v3 --- [refs] | 2 +- trunk/arch/s390/kernel/smp.c | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 8944db033efe..67d144dc2d57 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4896cef8e33e668734234543afb58eb171476ff3 +refs/heads/master: 699ff13f10b75ea929eea6f6fe47ba9cc8f92ca2 diff --git a/trunk/arch/s390/kernel/smp.c b/trunk/arch/s390/kernel/smp.c index d52d6d211d9f..2b8841f85534 100644 --- a/trunk/arch/s390/kernel/smp.c +++ b/trunk/arch/s390/kernel/smp.c @@ -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();