> 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/