Merge "sched: fix stale predicted load in trace_sched_get_busy()"

This commit is contained in:
Linux Build Service Account 2017-01-09 12:42:38 -08:00 committed by Gerrit - the friendly Code Review server
commit 77fadbc47f

View file

@ -3340,6 +3340,7 @@ skip_early:
busy[i].prev_load = div64_u64(sched_ravg_window,
NSEC_PER_USEC);
busy[i].new_task_load = 0;
busy[i].predicted_load = 0;
goto exit_early;
}