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

Commit 7865c5e4 authored by Lingutla Chandrasekhar's avatar Lingutla Chandrasekhar Committed by Srinivasarao Pathipati
Browse files

sched: walt: Improve the scheduler



This change is for general scheduler improvements.

Change-Id: Ia2854ae8701151761fe0780b6451133ab09a050b
Signed-off-by: default avatarLingutla Chandrasekhar <clingutla@codeaurora.org>
Signed-off-by: default avatarSrinivasarao Pathipati <quic_spathi@quicinc.com>
parent 067a3d9a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3816,6 +3816,10 @@ void scheduler_tick(void)

	if (curr->sched_class == &fair_sched_class)
		check_for_migration(rq, curr);

	if (idle_cpu(cpu) && is_reserved(cpu))
		clear_reserved(cpu);

}

#ifdef CONFIG_NO_HZ_FULL