From: Dave Hansen Date: Tue, 20 Sep 2011 22:19:39 +0000 (-0700) Subject: break out numa_maps gather_pte_stats() checks X-Git-Tag: v3.1-rc7~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3200a8aaab0c9ccdc0f59b0dac2d4a47029137fa;p=pandora-kernel.git break out numa_maps gather_pte_stats() checks gather_pte_stats() does a number of checks on a target page to see whether it should even be considered for statistics. This breaks that code out in to a separate function so that we can use it in the transparent hugepage case in the next patch. Signed-off-by: Dave Hansen Acked-by: Hugh Dickins Reviewed-by: Christoph Lameter Acked-by: David Rientjes Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed