From 44078a3441c54436868a0dced0cee5b7b8a26e48 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 19 Jan 1993 00:32:39 +0000 Subject: [PATCH] Formerly job.c.~90~ --- job.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/job.c b/job.c index a841366..816a217 100644 --- a/job.c +++ b/job.c @@ -784,7 +784,8 @@ start_waiting_jobs () /* Check for recently deceased descendants. */ reap_children (0, 0); - if (job_slots_used > 0 && load_too_high ()) + if (job_slots_used > 0 + && (job_slots_used == job_slots || load_too_high ())) /* We have started all the jobs we can at the moment. */ return; -- 2.7.4