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

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

Merge "sched: WALT: fix window mis-alignment" into msm-4.9

parents 643a9331 77a47ccc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -917,11 +917,11 @@ void set_window_start(struct rq *rq)
{
	static int sync_cpu_available;

	if (rq->window_start)
	if (likely(rq->window_start))
		return;

	if (!sync_cpu_available) {
		rq->window_start = sched_ktime_clock();
		rq->window_start = 1;
		sync_cpu_available = 1;
		atomic_set(&walt_irq_work_lastq_ws, rq->window_start);
	} else {