commit | d3f40dbab954d83383b6a516582d5c09cc216dcc | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Fri Jun 27 13:41:21 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Jun 27 14:31:34 2008 +0200 |
tree | db50344cb0dfa11a214f7758c4254b9ffeb9f118 | |
parent | 53fecd8ae1900fb571086f54f664051004665b55 [diff] |
sched: dont micro manage share losses We used to try and contain the loss of 'shares' by playing arithmetic games. Replace that by noticing that at the top sched_domain we'll always have the full weight in shares to distribute. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Srivatsa Vaddagiri <vatsa@linux.vnet.ibm.com> Cc: Mike Galbraith <efault@gmx.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>