From b5e2f2a226e5729f740f5310397874c5b060bb41 Mon Sep 17 00:00:00 2001 From: Kanoj Sarcar Date: Fri, 2 Jun 2000 17:17:08 +0000 Subject: The master processor now waits for all enabled cpus to come into the kernel before progressing (as opposed to waiting for _all_ slave cpus). --- arch/mips64/sgi-ip27/ip27-init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch') diff --git a/arch/mips64/sgi-ip27/ip27-init.c b/arch/mips64/sgi-ip27/ip27-init.c index 533e96054..7163c1bb7 100644 --- a/arch/mips64/sgi-ip27/ip27-init.c +++ b/arch/mips64/sgi-ip27/ip27-init.c @@ -466,7 +466,7 @@ void allowboot(void) * Wait for all cpus to start up and initialize their hubs, * and discover the io devices they will control. */ - while(atomic_read(&numstarted) != maxcpus); + while(atomic_read(&numstarted) != num_cpus); #ifdef LATER Wait logic goes here. -- cgit v1.2.3