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:
ea0aa3b
)
sched: fix startup penalty calculation
author
Ingo Molnar
<mingo@elte.hu>
Fri, 24 Aug 2007 18:39:10 +0000
(20:39 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 24 Aug 2007 18:39:10 +0000
(20:39 +0200)
fix task startup penalty miscalculation: sysctl_sched_granularity is
unsigned int and wait_runtime is long so we first have to convert it
to long before turning it negative ...
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found