commit | 4b477a9864d1556a3c42f260be94170ba7317757 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Mon Mar 15 15:52:41 2021 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Sun Mar 28 08:30:06 2021 -0400 |
tree | 6195b93aaabbcacc15330539e67a3630379ba8a2 | |
parent | 51263f73aacd02f0544d5c3c399d08f4b3a867e2 [diff] |
x86: mmu: allow copying page directory entries with large pages This changes the assert when a large page is encountered to copying the page directory entry to the new page directory. This is needed when a large page entry is generated by gen_mmu.py. Note that this still asserts when there are entries of large page at higher level. Signed-off-by: Daniel Leung <daniel.leung@intel.com>