mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-19 07:06:23 +07:00
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
This commit is contained in:
commit
de5e9d5820
@ -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 */
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user