Merge "sched: fix stale predicted load in trace_sched_get_busy()"
This commit is contained in:
commit
77fadbc47f
1 changed files with 1 additions and 0 deletions
|
@ -3340,6 +3340,7 @@ skip_early:
|
||||||
busy[i].prev_load = div64_u64(sched_ravg_window,
|
busy[i].prev_load = div64_u64(sched_ravg_window,
|
||||||
NSEC_PER_USEC);
|
NSEC_PER_USEC);
|
||||||
busy[i].new_task_load = 0;
|
busy[i].new_task_load = 0;
|
||||||
|
busy[i].predicted_load = 0;
|
||||||
goto exit_early;
|
goto exit_early;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue