mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
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:
parent
a5116004fb
commit
71f74b8b42
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user