Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information