--- v4
+++ v5
@@ -19,6 +19,9 @@
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:
* Remove a redundant check for the local group in sched_asym().
(Dietmar)
@@ -34,10 +37,10 @@
1 file changed, 13 insertions(+), 7 deletions(-)
diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
-index ae3d2bc59d8d..dd411cefb63f 100644
+index c5851260b4d8..26db017c14a3 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
-@@ -8531,6 +8531,13 @@ group_type group_classify(unsigned int imbalance_pct,
+@@ -8597,6 +8597,13 @@ group_type group_classify(unsigned int imbalance_pct,
return group_has_spare;
}
@@ -51,7 +54,7 @@
/**
* update_sg_lb_stats - Update sched_group's statistics for load balancing.
* @env: The load balancing environment.
-@@ -8591,18 +8598,17 @@ static inline void update_sg_lb_stats(struct lb_env *env,
+@@ -8657,18 +8664,17 @@ static inline void update_sg_lb_stats(struct lb_env *env,
}
}