Skip to content
Commit 095e56c7 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

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: default avatarIngo Molnar <mingo@elte.hu>
parent ea0aa3b2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment