Re: bug/code cleanup for O(1)-K3

From: Ingo Molnar (mingo@elte.hu)
Date: Fri Feb 15 2002 - 05:48:55 EST


On Thu, 14 Feb 2002, kravetz wrote:

> if (busiest->nr_running <= this_rq->nr_running + 1)
> goto out_unlock;
>
>
> In the last if statement above, I suspect we want to compare
> 'busiest->nr_running' to the local variable nr_running (as was done in
> previous versions of the code). [...]

indeed we want to do that. I've added your fix to my tree.

        Ingo

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Feb 15 2002 - 21:01:06 EST