CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/31 06:38:04
Modified files:
sys/arch/octeon/octeon: machdep.c
Log message:
Fix kmem access on octeon. Currently, mem_layout lists segments that
were free after the kernel was loaded. The memory occupied by the kernel
image is not included. To let libkvm access the image through /dev/kmem,
return true from is_memory_range() if the physical address is within
the kernel.
