|
@@ -7881,7 +7881,7 @@ static void task_tick_fair(struct rq *rq, struct task_struct *curr, int queued)
|
|
|
entity_tick(cfs_rq, se, queued);
|
|
entity_tick(cfs_rq, se, queued);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- if (!static_branch_unlikely(&sched_numa_balancing))
|
|
|
|
|
|
|
+ if (static_branch_unlikely(&sched_numa_balancing))
|
|
|
task_tick_numa(rq, curr);
|
|
task_tick_numa(rq, curr);
|
|
|
}
|
|
}
|
|
|
|
|
|