CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/05/13 10:08:16
Modified files:
sys/arch/arm64/arm64: machdep.c
Log message:
Make memreg_add() a bit smarter and have it merge adjacent regions.
This should reduce the number of physical memory segments that we pass
to uvm reducing the chance that we run out of physical memory segments
and should make physical memory allocation a bit more efficient.
ok patrick@
