commit | c3b3aafaec02256cb00a7fff7b7ece819ccbe111 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Wed Jul 31 14:21:14 2019 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Wed Aug 07 12:50:53 2019 -0700 |
tree | f9fa4a8b1f5ed45dcd1598ba2f6b2054dbb6037b | |
parent | c1864b442875abd789ee2a01248336991a44eb54 [diff] |
x86: generate page tables at runtime Removes very complex boot-time generation of page tables with a much simpler runtime generation of them at bootup. For those x86 boards that enable the MMU in the defconfig, set the number of page pool pages appropriately. The MMU_RUNTIME_* flags have been removed. They were an artifact of the old page table generation and did not correspond to any hardware state. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>