Re: [GIT PULL] scheduler fixes

From: Peter Zijlstra
Date: Mon Dec 20 2010 - 05:15:45 EST


On Sun, 2010-12-19 at 12:45 -0800, Linus Torvalds wrote:
> On Sun, Dec 19, 2010 at 7:27 AM, Ingo Molnar <mingo@xxxxxxx> wrote:
> > @@ -3943,6 +4128,7 @@ need_resched_nonpreemptible:
> > rq->nr_switches++;
> > rq->curr = next;
> > ++*switch_count;
> > + WARN_ON_ONCE(test_tsk_need_resched(next));
> >
> > context_switch(rq, prev, next); /* unlocks the rq */
> > /*
> > diff --git a/kernel/timer.c b/kern
>
> Please don't add like this in an -rc. It looks like it's some
> debugging aid, I don't think it should have gone in now.
>
Correct, I did ask Ingo to remove that line before he pushed it out to
you. Anyway, it seems to be sorted now. Sorry for the bother.


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