From: Rik van Riel Date: Wed, 4 Jun 2014 20:33:15 +0000 (-0400) Subject: sched/numa: Always try to migrate to preferred node at task_numa_placement() time X-Git-Tag: omap-for-v3.17/fixes-against-rc2~177^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb97fc31647539f1f102eed646a95e200160a150;p=pandora-kernel.git sched/numa: Always try to migrate to preferred node at task_numa_placement() time It is possible that at task_numa_placement() time, the task's numa_preferred_nid does not change, but the task is not actually running on the preferred node at the time. In that case, we still want to attempt migration to the preferred node. Signed-off-by: Rik van Riel Signed-off-by: Peter Zijlstra Cc: mgorman@suse.de Cc: Linus Torvalds Link: http://lkml.kernel.org/r/20140604163315.1dbc7b56@cuia.bos.redhat.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed