Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sched: only try to push a task on wakeup if it is migratable
There is no sense in wasting time trying to push a task away that cannot move anywhere else. We gain no benefit from trying to push other tasks at this point, so if the task being woken up is non migratable, just skip the whole operation. This reduces overhead in the wakeup path for certain tasks. Signed-off-by: Gregory Haskins <ghaskins@novell.com>
- Loading branch information