mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
ANDROID: fixup! sched/fair: jump to max OPP when crossing UP threshold
Signed-off-by: Juri Lelli <juri.lelli@arm.com> [AmitP: cherry-picked from android-4.4] Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user