diff options
author | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-04-27 20:59:58 +0000 |
---|---|---|
committer | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-04-27 20:59:58 +0000 |
commit | 7406b0a326f2d70ade2671c37d1beef62249db97 (patch) | |
tree | ba3e3300e012fe687b0b03d485e4fecbc368fe5d | |
parent | 431d1ca27e26122bfe22f60dd9dba9c15169f447 (diff) |
Have the slave cpus go into the reschedule loop to pick up tasks and
execute them.
-rw-r--r-- | arch/mips64/kernel/smp.c | 2 |
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(); } |