From 70698a98b45946402829b4e179463ecf681fa7c9 Mon Sep 17 00:00:00 2001 From: Gautham R Shenoy Date: Tue, 23 Jun 2009 23:26:37 +0000 Subject: [PATCH] --- yaml --- r: 161757 b: refs/heads/master c: 6776426320e151051a16bc7bf86f12d310c9e8ca h: refs/heads/master i: 161755: 793d92d2ada487b589662cef09a8299fef467cc3 v: v3 --- [refs] | 2 +- trunk/arch/powerpc/kernel/smp.c | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index b626c38400fb..11384cdc2d5d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6fdc31a2b86cf1f98e3eed896578ad9659eeb0f8 +refs/heads/master: 6776426320e151051a16bc7bf86f12d310c9e8ca diff --git a/trunk/arch/powerpc/kernel/smp.c b/trunk/arch/powerpc/kernel/smp.c index 0b47de07302d..96f107cc0160 100644 --- a/trunk/arch/powerpc/kernel/smp.c +++ b/trunk/arch/powerpc/kernel/smp.c @@ -412,9 +412,8 @@ int __cpuinit __cpu_up(unsigned int cpu) * CPUs can take much longer to come up in the * hotplug case. Wait five seconds. */ - for (c = 25; c && !cpu_callin_map[cpu]; c--) { - msleep(200); - } + for (c = 5000; c && !cpu_callin_map[cpu]; c--) + msleep(1); #endif if (!cpu_callin_map[cpu]) {