mm: actually clear pmd_numa before invalidating
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Fri, 29 Aug 2014 22:18:33 +0000 (15:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 29 Aug 2014 23:28:15 +0000 (16:28 -0700)
commitce8369bcbeeea6dfe24a6c8f60d2fcfce0432830
treecab3a6f2bb0c8ccb26fb9c6676d697c1612c3949
parent0cfb8f0c3e21e36d4a6e472e4c419d58ba848698
mm: actually clear pmd_numa before invalidating

Commit 67f87463d3a3 ("mm: clear pmd_numa before invalidating") cleared
the NUMA bit in a copy of the PMD entry, but then wrote back the
original

Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
Acked-by: Mel Gorman <mgorman@suse.de>
Reviewed-by: Rik van Riel <riel@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/pgtable-generic.c