diff options
author | Bharata B Rao <bharata@linux.vnet.ibm.com> | 2008-09-25 06:23:54 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-09-25 11:24:11 +0200 |
commit | b87f17242da6b2ac6db2d179b2f93fb84cff2fbe (patch) | |
tree | 7c90ccd5b3a307670f939b944a2bf32d523a3b15 /kernel/sched_cpupri.c | |
parent | sched: fixup buddy selection (diff) | |
download | linux-b87f17242da6b2ac6db2d179b2f93fb84cff2fbe.tar.xz linux-b87f17242da6b2ac6db2d179b2f93fb84cff2fbe.zip |
sched: maintain only task entities in cfs_rq->tasks list
cfs_rq->tasks list is used by the load balancer to iterate
over all the tasks. Currently it holds all the entities
(both task and group entities) because of which there is
a need to check for group entities explicitly during load
balancing. This patch changes the cfs_rq->tasks list to
hold only task entities.
Signed-off-by: Bharata B Rao <bharata@linux.vnet.ibm.com>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/sched_cpupri.c')
0 files changed, 0 insertions, 0 deletions