commit | 10b777246c6953100099af1870d35c8b24d49b12 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Fri Nov 09 22:39:37 2007 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Nov 09 22:39:37 2007 +0100 |
tree | fa6102b465d7f3c5523cd7f3506faa444eaa90c2 | |
parent | dbeeb816e805091e7cfc03baf36dc40b4adb2bbd [diff] |
sched: fix vslice vslice was missing a factor NICE_0_LOAD, as weight is in weight*NICE_0_LOAD units. the effect of this bug was larger initial slices and thus latency-noisier forks. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>