summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorKanoj Sarcar <kanoj@engr.sgi.com>2000-06-02 17:17:08 +0000
committerKanoj Sarcar <kanoj@engr.sgi.com>2000-06-02 17:17:08 +0000
commitb5e2f2a226e5729f740f5310397874c5b060bb41 (patch)
tree91ca625c164f6e360a9c489d93218c8e483f204d /arch
parentc3ca47d82249494d78411059037a21b1f5601a70 (diff)
The master processor now waits for all enabled cpus to come into the
kernel before progressing (as opposed to waiting for _all_ slave cpus).
Diffstat (limited to 'arch')
-rw-r--r--arch/mips64/sgi-ip27/ip27-init.c2
1 files changed, 1 insertions, 1 deletions
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.