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>