sched/walt: Remove evaluation from the core_ctl thread context

The core_ctl thread is woken up only after evaluating the need.
so another evaluation in core_ctl thread context is not needed.

Change-Id: I28162b758c18cda4ff05f1b1a4b1a5553c895e7e
Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org>
This commit is contained in:
Pavankumar Kondeti 2021-01-29 10:11:29 +05:30 committed by Rishabh Bhatnagar
parent 6e8d29392c
commit 9f4c2201c2

View File

@ -1159,8 +1159,6 @@ static void __ref do_core_ctl(void)
for_each_cluster(cluster, index) {
eval_need(cluster);
need = apply_limits(cluster, cluster->need_cpus);
if (adjustment_possible(cluster, need)) {