commit | 90572890d202527c366aa9489b32404e88a7c020 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <[email protected]> | Mon Oct 07 11:29:20 2013 +0100 |
committer | Ingo Molnar <[email protected]> | Wed Oct 09 14:47:45 2013 +0200 |
tree | 0577f3b043e312f6d53e50105b236514f7df2455 | |
parent | e1dda8a797b59d7ec4b17e393152ec3273a552d5 [diff] |
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 <[email protected]> Signed-off-by: Mel Gorman <[email protected]> Reviewed-by: Rik van Riel <[email protected]> Cc: Andrea Arcangeli <[email protected]> Cc: Johannes Weiner <[email protected]> Cc: Srikar Dronamraju <[email protected]> Link: http://lkml.kernel.org/r/[email protected] [ Fixed build failure on 32-bit systems. ] Signed-off-by: Ingo Molnar <[email protected]>