commit | 253314aabe439186597e9b5e2099fd73f0348d1a | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Thu May 27 15:02:53 2021 -0700 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Jun 11 16:12:52 2021 +0200 |
tree | aa2c969ff9c4eba4c6008fd685184ff494b57bbc | |
parent | 39ba28168646dd067c4a4e14bbbe47ba8bd927cf [diff] |
x86: reduce VM size if ACPI to 1GB Since physical memory is no longer wholly identity mapped, it is not needed to set the VM size to be larger than physical memory size. The VM size was 2GB (max physical memory size of x86 boards) + 1GB (for memory mappings). So simply shrink the size to 1GB, as the kernel size is small and we still have a large chunk of space to do memory mapping. Signed-off-by: Daniel Leung <daniel.leung@intel.com>