commit | cc2991cf15ae92fa30b3ea9f56a8a5a337bd33c7 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Tue Aug 19 12:33:03 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Aug 28 13:42:38 2008 +0200 |
tree | a286839539678bb2b36e7e059b50a2e575e93782 | |
parent | f3ade837808121ff8bab9c56725f4fe40ec85a56 [diff] |
sched: rt-bandwidth accounting fix It fixes an accounting bug where we would continue accumulating runtime even though the bandwidth control is disabled. This would lead to very long throttle periods once bandwidth control gets turned on again. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>