From: Peter Zijlstra Date: Mon, 7 Oct 2013 10:29:20 +0000 (+0100) Subject: mm: numa: Change page last {nid,pid} into {cpu,pid} X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~40^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90572890d202527c366aa9489b32404e88a7c020;p=pandora-kernel.git mm: numa: Change page last {nid,pid} into {cpu,pid} Change the per page last fault tracking to use cpu,pid instead of nid,pid. This will allow us to try and lookup the alternate task more easily. Note that even though it is the cpu that is store in the page flags that the mpol_misplaced decision is still based on the node. Signed-off-by: Peter Zijlstra Signed-off-by: Mel Gorman Reviewed-by: Rik van Riel Cc: Andrea Arcangeli Cc: Johannes Weiner Cc: Srikar Dronamraju Link: http://lkml.kernel.org/r/1381141781-10992-43-git-send-email-mgorman@suse.de [ Fixed build failure on 32-bit systems. ] Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed