From: Weijie Yang Date: Sat, 13 Dec 2014 00:55:07 +0000 (-0800) Subject: mm: mincore: add hwpoison page handle X-Git-Tag: omap-for-v3.20/drop-legacy-3517~97^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c313dc5dedbc9b51bb7a77959ffbda44712ac2e1;p=pandora-kernel.git mm: mincore: add hwpoison page handle When the encountered pte is a swap entry, the current code handles two cases: migration and normal swapentry, but we have a third case: hwpoison page. This patch adds hwpoison page handle, consider hwpoison page incore as same as migration. [akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Weijie Yang Acked-by: Johannes Weiner Cc: Mel Gorman Cc: Hugh Dickins Cc: Rik van Riel Acked-by: Naoya Horiguchi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed