commit | 095e56c7036fe97bc3ebcd80ed6e121be0847656 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Fri Aug 24 20:39:10 2007 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Aug 24 20:39:10 2007 +0200 |
tree | f911a303a427ca6286dd61a2f2f82b92fc3daa28 | |
parent | ea0aa3b23a193d1fc5c982286edecd071af67d94 [diff] |
sched: fix startup penalty calculation 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>