commit | e944fd67b625c02bda4a78ddf85e413c5e401474 | [log] [tgz] |
---|---|---|
author | Mel Gorman <[email protected]> | Thu Feb 12 14:58:35 2015 -0800 |
committer | Linus Torvalds <[email protected]> | Thu Feb 12 18:54:08 2015 -0800 |
tree | 73430e339d1d27b315b3789bc0a271882ecf9174 | |
parent | 21d9ee3eda7792c45880b2f11bff8e95c9a061fb [diff] |
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 <[email protected]> Cc: Aneesh Kumar K.V <[email protected]> Cc: Benjamin Herrenschmidt <[email protected]> Cc: Dave Jones <[email protected]> Cc: Hugh Dickins <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Kirill Shutemov <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Rik van Riel <[email protected]> Cc: Sasha Levin <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>