CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/04 08:00:09
Modified files:
sys/arch/arm64/arm64: machdep.c
sys/arch/riscv64/riscv64: machdep.c
Log message:
Account for nkmempages as well in the pmap_growkernel() call during
initalisation. This way there is enough KVA mapped that kmeminit()
succeeds even with large nkmempages. This is similar to e.g. alpha.
OK miod@ kettenis@
