Commit f075e6af authored by Richard Henderson's avatar Richard Henderson

Merge http://gkernel.bkbits.net/linus-2.5

into are.twiddle.net:/home/rth/BK/linux-alpha-2.5
parents 8511285d b45a640b
......@@ -557,7 +557,7 @@ static void load_balance(runqueue_t *this_rq, int idle)
* Make sure nothing changed since we checked the
* runqueue length.
*/
if (busiest->nr_running <= this_rq->nr_running + 1)
if (busiest->nr_running <= nr_running + 1)
goto out_unlock;
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment