Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sched: group scheduler SMP migration fix
group scheduler SMP migration fix: use task_cfs_rq(p) to get to the relevant fair-scheduling runqueue of a task, rq->cfs is not the right one. Signed-off-by: Ingo Molnar <mingo@elte.hu>
- Loading branch information