Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77fadbc4 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents c081bc0d 432662eb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
		}