commit | 4b23538d88c87d9c693ad87c8c808e92a505a6e6 | [log] [tgz] |
---|---|---|
author | Borislav Petkov <bp@suse.de> | Thu Oct 31 17:25:02 2013 +0100 |
committer | Matt Fleming <matt.fleming@intel.com> | Sat Nov 02 11:09:17 2013 +0000 |
tree | bb894535dd837d8c6529a6b42af92c882b4d20a9 | |
parent | f3f729661e8db476ac427a97de015307aebb7404 [diff] |
x86/mm/pageattr: Add a PUD pagetable populating function Add the next level of the pagetable populating function, we handle chunks around a 1G boundary by mapping them with the lower level functions - otherwise we use 1G pages for the mappings, thus using as less amount of pagetable pages as possible. Signed-off-by: Borislav Petkov <bp@suse.de> Signed-off-by: Matt Fleming <matt.fleming@intel.com>