From: Kirill A. Shutemov Date: Wed, 12 Dec 2012 21:51:00 +0000 (-0800) Subject: thp: implement splitting pmd for huge zero page X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~33^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5a647d09fe9fc3e0241c89845cf8e6220b916f5;p=pandora-kernel.git thp: implement splitting pmd for huge zero page We can't split huge zero page itself (and it's bug if we try), but we can split the pmd which points to it. On splitting the pmd we create a table with all ptes set to normal zero page. [akpm@linux-foundation.org: fix build error] Signed-off-by: Kirill A. Shutemov Cc: Andrea Arcangeli Cc: Andi Kleen Cc: "H. Peter Anvin" Cc: Mel Gorman Cc: David Rientjes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed