git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbeeb81
)
sched: fix vslice
author
Peter Zijlstra
<a.p.zijlstra@chello.nl>
Fri, 9 Nov 2007 21:39:37 +0000
(22:39 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 9 Nov 2007 21:39:37 +0000
(22:39 +0100)
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>
No differences found