summaryrefslogtreecommitdiff
path: root/kernel/sysctl.c
diff options
context:
space:
mode:
authorRik van Riel <riel@redhat.com>2011-02-01 14:47:15 (GMT)
committerIngo Molnar <mingo@elte.hu>2011-02-03 13:20:32 (GMT)
commit725e7580aaf98e9f7b22b8ccfc640ad0c09e2b08 (patch)
tree8717e0fce19f74509ac1dffa91be95c3ef76c1e5 /kernel/sysctl.c
parent6ea72f12069306b235151c5b05ac0cca7e1dedfa (diff)
downloadlinux-fsl-qoriq-725e7580aaf98e9f7b22b8ccfc640ad0c09e2b08.tar.xz
sched: Check the right ->nr_running in yield_task_fair()
With CONFIG_FAIR_GROUP_SCHED, each task_group has its own cfs_rq. Yielding to a task from another cfs_rq may be worthwhile, since a process calling yield typically cannot use the CPU right now. Therefor, we want to check the per-cpu nr_running, not the cgroup local one. Signed-off-by: Rik van Riel <riel@redhat.com> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> LKML-Reference: <20110201094715.798c4f86@annuminas.surriel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/sysctl.c')
0 files changed, 0 insertions, 0 deletions