commit | 3b6408942206f940dd538e980e9904e48f4b64f8 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Wed Sep 16 13:44:33 2009 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Sep 16 16:44:32 2009 +0200 |
tree | 7e0a0dc37d07e0308ef2294a5de1cd1ea42a388c | |
parent | 7c423e98856df9b941223a7e7845b2502ad84b00 [diff] |
sched: Optimize cgroup vs wakeup a bit We don't need to call update_shares() for each domain we iterate, just got the largets one. However, we should call it before wake_affine() as well, so that that can use up-to-date values too. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> LKML-Reference: <new-submission> Signed-off-by: Ingo Molnar <mingo@elte.hu>