CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/02/05 06:08:03
Modified files:
sys/arch/arm64/arm64: locore.S pmap.c
Log message:
Implement another pagetable level for bootstrapping machines that have
their memory mapped above 39 bits of address space. Since our pmap is
configured to use a 3 level pagetable userland we need to reconfigure
the size back to 39 bits as soon are in virtual address space and have
finished using the FDT via the 1:1 map.
