Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161757
b: refs/heads/master
c: 6776426
h: refs/heads/master
i:
  161755: 793d92d
v: v3
  • Loading branch information
Gautham R Shenoy authored and Benjamin Herrenschmidt committed Aug 27, 2009
1 parent 96ea776 commit 70698a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 6fdc31a2b86cf1f98e3eed896578ad9659eeb0f8
refs/heads/master: 6776426320e151051a16bc7bf86f12d310c9e8ca
5 changes: 2 additions & 3 deletions trunk/arch/powerpc/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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]) {
Expand Down

0 comments on commit 70698a9

Please sign in to comment.