Merge tag 'v3.11-rc5' into sched/core
Merge Linux 3.11-rc5, to pick up the latest fixes. Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
+2
-2
@@ -851,7 +851,7 @@ void task_numa_fault(int node, int pages, bool migrated)
|
||||
{
|
||||
struct task_struct *p = current;
|
||||
|
||||
if (!sched_feat_numa(NUMA))
|
||||
if (!numabalancing_enabled)
|
||||
return;
|
||||
|
||||
/* FIXME: Allocate task-specific structure for placement policy here */
|
||||
@@ -5786,7 +5786,7 @@ static void task_tick_fair(struct rq *rq, struct task_struct *curr, int queued)
|
||||
entity_tick(cfs_rq, se, queued);
|
||||
}
|
||||
|
||||
if (sched_feat_numa(NUMA))
|
||||
if (numabalancing_enabled)
|
||||
task_tick_numa(rq, curr);
|
||||
|
||||
update_rq_runnable_avg(rq, 1);
|
||||
|
||||
Reference in New Issue
Block a user