--- v5
+++ v4
@@ -21,9 +21,6 @@
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Ricardo Neri <ricardo.neri-calderon@linux.intel.com>
---
-Changes since v4:
- * None
-
Changes since v3:
* None
@@ -37,10 +34,10 @@
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
-index 7a054f528bcc..c5851260b4d8 100644
+index 3b686e18a39b..ae3d2bc59d8d 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
-@@ -8605,6 +8605,7 @@ group_type group_classify(unsigned int imbalance_pct,
+@@ -8539,6 +8539,7 @@ group_type group_classify(unsigned int imbalance_pct,
* @sg_status: Holds flag indicating the status of the sched_group
*/
static inline void update_sg_lb_stats(struct lb_env *env,
@@ -48,7 +45,7 @@
struct sched_group *group,
struct sg_lb_stats *sgs,
int *sg_status)
-@@ -8613,7 +8614,7 @@ static inline void update_sg_lb_stats(struct lb_env *env,
+@@ -8547,7 +8548,7 @@ static inline void update_sg_lb_stats(struct lb_env *env,
memset(sgs, 0, sizeof(*sgs));
@@ -57,7 +54,7 @@
for_each_cpu_and(i, sched_group_span(group), env->cpus) {
struct rq *rq = cpu_rq(i);
-@@ -9176,7 +9177,7 @@ static inline void update_sd_lb_stats(struct lb_env *env, struct sd_lb_stats *sd
+@@ -9110,7 +9111,7 @@ static inline void update_sd_lb_stats(struct lb_env *env, struct sd_lb_stats *sd
update_group_capacity(env->sd, env->dst_cpu);
}