sched/walt: Improve the scheduler

This change is for general scheduler improvement.

Change-Id: Ib0003f97269920cb29f125da2ced34417a5a2229
Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
This commit is contained in:
Abhijeet Dharmapurikar 2021-09-23 13:16:45 -07:00 committed by Rishabh Bhatnagar
parent a5116004fb
commit 71f74b8b42

View File

@ -693,7 +693,7 @@ static void walt_newidle_balance(void *unused, struct rq *this_rq,
if (sysctl_sched_skip_sp_newly_idle_lb) {
if (busy_cpu == -1 &&
((order_index == 0 && cluster > 0) ||
(order_index == 2 && cluster > 0 && !help_min_cap)))
(order_index == 2 && cluster > 0)))
break;
}