From: Rik van Riel Date: Fri, 11 Apr 2014 17:00:28 +0000 (-0400) Subject: sched/numa: Retry placement more frequently when misplaced X-Git-Tag: omap-for-v3.16/fixes-against-rc1~33^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5085e2a328849bdee6650b32d52c87c3788ab01c;p=pandora-kernel.git sched/numa: Retry placement more frequently when misplaced When tasks have not converged on their preferred nodes yet, we want to retry fairly often, to make sure we do not migrate a task's memory to an undesirable location, only to have to move it again later. This patch reduces the interval at which migration is retried, when the task's numa_scan_period is small. Signed-off-by: Rik van Riel Tested-by: Vinod Chegu Acked-by: Mel Gorman Signed-off-by: Peter Zijlstra Cc: Linus Torvalds Link: http://lkml.kernel.org/r/1397235629-16328-3-git-send-email-riel@redhat.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed