commit | c66eaf619c0c7937e9ded160ae83b5a7a6b19b56 | [log] [tgz] |
---|---|---|
author | Paul Turner <pjt@google.com> | Mon Nov 15 15:47:07 2010 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Nov 18 13:27:49 2010 +0100 |
tree | 04fca9a8b4c017efa00d7e7077a1aba9d454248a | |
parent | a7a4f8a752ec734b2eab904fc863d5dc873de338 [diff] |
sched: Update shares on idle_balance Since shares updates are no longer expensive and effectively local, update them at idle_balance(). This allows us to more quickly redistribute shares to another cpu when our load becomes idle. Signed-off-by: Paul Turner <pjt@google.com> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> LKML-Reference: <20101115234938.204191702@google.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>