mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-24 18:16:04 +00:00
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>
This commit is contained in:
parent
ea0aa3b23a
commit
095e56c703
1 changed files with 1 additions and 1 deletions
Loading…
Add table
Add a link
Reference in a new issue