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

Commit 27adebe1 authored by Juri Lelli's avatar Juri Lelli Committed by Amit Pundir
Browse files

ANDROID: fixup! sched/fair: jump to max OPP when crossing UP threshold



Signed-off-by: default avatarJuri Lelli <juri.lelli@arm.com>
[AmitP: cherry-picked from android-4.4]
Signed-off-by: default avatarAmit Pundir <amit.pundir@linaro.org>
parent 3fe100ef
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3247,6 +3247,7 @@ void scheduler_tick(void)
	walt_update_task_ravg(rq->curr, rq, TASK_UPDATE,
			walt_ktime_clock(), 0);
	calc_global_load_tick(rq);
	sched_freq_tick(cpu);
	raw_spin_unlock(&rq->lock);

	perf_event_task_tick();
@@ -3256,8 +3257,6 @@ void scheduler_tick(void)
	trigger_load_balance(rq);
#endif
	rq_last_tick_reset(rq);

	sched_freq_tick(cpu);
}

#ifdef CONFIG_NO_HZ_FULL