From: Borislav Petkov Date: Thu, 31 Oct 2013 16:25:01 +0000 (+0100) Subject: x86/mm/pageattr: Add a PGD pagetable populating function X-Git-Tag: v3.14-rc1~163^2~14^2~8 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3f729661e8db476ac427a97de015307aebb7404;p=pandora-kernel.git x86/mm/pageattr: Add a PGD pagetable populating function This allocates, if necessary, and populates the corresponding PGD entry with a PUD page. The next population level is a dummy macro which will be removed by the next patch and it is added here to keep the patch small and easily reviewable but not break bisection, at the same time. Signed-off-by: Borislav Petkov Signed-off-by: Matt Fleming --- Reading git-diff-tree failed