mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
Revert "ANDROID: sched/fair: Also do misfit in overloaded groups"
This reverts commit c3a40105da.
We want to back-out the eas-dev merge that happened in the tree after
5.3-rc1 as those patches "should" all be in Linus's tree now.
This is done to handle the merge conflicts with 5.4-rc1.
Cc: Todd Kjos <tkjos@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I12de178caa24b1b3b8158c7c466a0110b03c234a
This commit is contained in:
committed by
Alistair Delva
parent
11891d0e3a
commit
ede4c83add
@@ -8841,10 +8841,6 @@ static int need_active_balance(struct lb_env *env)
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (env->src_grp_type == group_overloaded && env->src_rq->misfit_task_load)
|
||||
return 1;
|
||||
|
||||
|
||||
return unlikely(sd->nr_balance_failed > sd->cache_nice_tries+2);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user