Re: [PATCH v3 17/17] (Avoid overload)

From: Gregory Haskins
Date: Sat Nov 17 2007 - 12:51:23 EST


>>> On Sat, Nov 17, 2007 at 1:33 AM, in message
<20071117063318.GA31442@xxxxxxxxxxx>, Steven Rostedt <rostedt@xxxxxxxxxxx>
wrote:

> - if ((p->prio >= rq->rt.highest_prio)
> - && (p->nr_cpus_allowed > 1)) {
> + if (unlikely(rt_task(rq->curr))) {
> int cpu = find_lowest_rq(p);
>
> return (cpu == -1) ? task_cpu(p) : cpu;

We probably should leave the "p->nr_cpus_allowed > 1" in the conditional since it doesn't make sense to look if the task can't go anywhere.

-Greg

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