Commit 498bdcdb authored by Ingo Molnar's avatar Ingo Molnar

Merge branch 'sched/urgent' into sched/core, to pick up fix

Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parents 2ebb1771 18f855e5
......@@ -2908,7 +2908,7 @@ static void task_tick_numa(struct rq *rq, struct task_struct *curr)
/*
* We don't care about NUMA placement if we don't have memory.
*/
if (!curr->mm || (curr->flags & PF_EXITING) || work->next != work)
if ((curr->flags & (PF_EXITING | PF_KTHREAD)) || work->next != work)
return;
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment