Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de5e9d58 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Merge branch 'sched-fixes-for-linus' of...

Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip

* 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
  sched: Remove debugging check
parents 55ec86f8 050c6c9b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4128,7 +4128,6 @@ asmlinkage void __sched schedule(void)
		rq->nr_switches++;
		rq->curr = next;
		++*switch_count;
		WARN_ON_ONCE(test_tsk_need_resched(next));

		context_switch(rq, prev, next); /* unlocks the rq */
		/*