>>> On Sat, Nov 17, 2007 at 1:33 AM, in message <[EMAIL PROTECTED]>, Steven Rostedt <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/