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

Commit b048e61d authored by Lingutla Chandrasekhar's avatar Lingutla Chandrasekhar
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>
parent ee8d6eae
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3870,6 +3870,9 @@ 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);

	trace_android_vh_scheduler_tick(rq);
}