aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/sched_fair.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/sched_fair.c b/kernel/sched_fair.c
index 6c84439ce987..33f941dcf88c 100644
--- a/kernel/sched_fair.c
+++ b/kernel/sched_fair.c
@@ -3343,6 +3343,7 @@ static void idle_balance(int this_cpu, struct rq *this_rq)
3343 */ 3343 */
3344 raw_spin_unlock(&this_rq->lock); 3344 raw_spin_unlock(&this_rq->lock);
3345 3345
3346 update_shares(this_cpu);
3346 for_each_domain(this_cpu, sd) { 3347 for_each_domain(this_cpu, sd) {
3347 unsigned long interval; 3348 unsigned long interval;
3348 int balance = 1; 3349 int balance = 1;