Skip to content
  • Ingo Molnar's avatar
    sched: fix sleeper bonus · 5d2b3d36
    Ingo Molnar authored
    
    
    Peter Ziljstra noticed that the sleeper bonus deduction code
    was not properly rate-limited: a task that scheduled more
    frequently would get a disproportionately large deduction.
    So limit the deduction to delta_exec.
    
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    5d2b3d36