On Tue, Jan 28, 2014 at 10:46:18AM -0800, bseg...@google.com wrote: > > @@ -4734,7 +4729,7 @@ static void migrate_tasks(unsigned int d > > if (rq->nr_running == 1) > > break; > > > > - next = pick_next_task(rq); > > + next = pick_next_task(rq, NULL); > > This seems to be incorrect without the if (prev) lines in > pick_next_task_foo, since foo_nr_running isn't enough to save us.
ARgh, I knew there must've been a reason I had those :/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/