diff options
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | 2009-12-23 15:29:42 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-01-21 13:40:14 +0100 |
commit | f492e12ef050e02bf0185b6b57874992591b9be1 (patch) | |
tree | b46ac0aeb96fe0e40598c86819cdab5321e5eff7 /kernel/configs.c | |
parent | 1af3ed3ddf27499c3f57662c4c29871e2b95e5f9 (diff) |
sched: Remove load_balance_newidle()
The two functions: load_balance{,_newidle}() are very similar, with the
following differences:
- rq->lock usage
- sb->balance_interval updates
- *balance check
So remove the load_balance_newidle() call with load_balance(.idle =
CPU_NEWLY_IDLE), explicitly unlock the rq->lock before calling (would be
done by double_lock_balance() anyway), and ignore the other differences
for now.
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/configs.c')
0 files changed, 0 insertions, 0 deletions