summaryrefslogtreecommitdiffstats
path: root/arch/mips64/kernel/smp.c
diff options
context:
space:
mode:
authorKanoj Sarcar <kanoj@engr.sgi.com>2000-04-27 20:59:58 +0000
committerKanoj Sarcar <kanoj@engr.sgi.com>2000-04-27 20:59:58 +0000
commit7406b0a326f2d70ade2671c37d1beef62249db97 (patch)
treeba3e3300e012fe687b0b03d485e4fecbc368fe5d /arch/mips64/kernel/smp.c
parent431d1ca27e26122bfe22f60dd9dba9c15169f447 (diff)
Have the slave cpus go into the reschedule loop to pick up tasks and
execute them.
Diffstat (limited to 'arch/mips64/kernel/smp.c')
-rw-r--r--arch/mips64/kernel/smp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips64/kernel/smp.c b/arch/mips64/kernel/smp.c
index 90511c561..155b0656c 100644
--- a/arch/mips64/kernel/smp.c
+++ b/arch/mips64/kernel/smp.c
@@ -76,7 +76,7 @@ void __init smp_boot_cpus(void)
current->processor = 0;
init_idle();
smp_tune_scheduling();
- smp_num_cpus = 1; /* maxcpus */
+ smp_num_cpus = maxcpus;
allowboot();
}