commit | b0943d61b8fa420180f92f64ef67662b4f6cc493 | [log] [tgz] |
---|---|---|
author | Mel Gorman <mgorman@suse.de> | Wed Dec 18 17:08:46 2013 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Dec 18 19:04:51 2013 -0800 |
tree | ce2a5fb0e890e51ca1620be685269f9245ddb804 | |
parent | af2c1401e6f9177483be4fad876d0073669df9df [diff] |
mm: numa: defer TLB flush for THP migration as long as possible THP migration can fail for a variety of reasons. Avoid flushing the TLB to deal with THP migration races until the copy is ready to start. Signed-off-by: Mel Gorman <mgorman@suse.de> Reviewed-by: Rik van Riel <riel@redhat.com> Cc: Alex Thorlton <athorlton@sgi.com> Cc: <stable@vger.kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>