From: Mel Gorman Date: Thu, 12 Feb 2015 22:58:35 +0000 (-0800) Subject: mm: numa: do not trap faults on the huge zero page X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~99^2~97 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e944fd67b625c02bda4a78ddf85e413c5e401474;p=pandora-kernel.git mm: numa: do not trap faults on the huge zero page Faults on the huge zero page are pointless and there is a BUG_ON to catch them during fault time. This patch reintroduces a check that avoids marking the zero page PAGE_NONE. Signed-off-by: Mel Gorman Cc: Aneesh Kumar K.V Cc: Benjamin Herrenschmidt Cc: Dave Jones Cc: Hugh Dickins Cc: Ingo Molnar Cc: Kirill Shutemov Cc: Linus Torvalds Cc: Paul Mackerras Cc: Rik van Riel Cc: Sasha Levin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed