diff options
author | Bharata B Rao <bharata@linux.vnet.ibm.com> | 2008-09-25 09:53:54 +0530 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-09-25 11:24:11 +0200 |
commit | b87f17242da6b2ac6db2d179b2f93fb84cff2fbe (patch) | |
tree | 7c90ccd5b3a307670f939b944a2bf32d523a3b15 /drivers/watchdog | |
parent | 57fdc26d4a734a3e00c6b2fc0e1e40ff8da4dc31 (diff) | |
download | linux-stable-b87f17242da6b2ac6db2d179b2f93fb84cff2fbe.tar.gz linux-stable-b87f17242da6b2ac6db2d179b2f93fb84cff2fbe.tar.bz2 linux-stable-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 'drivers/watchdog')
0 files changed, 0 insertions, 0 deletions