CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2017/03/24 07:04:16

Modified files:
        sys/arch/armv7/armv7: armv7_machdep.c 

Log message:
Mainline u-boot on the ClearFog seems to insert an empty memory region
into the /memory node which we happily physload into UVM.  This leads
to a quickly panic(9)ing system when there is actual physical memory
starting at zero due to how the physeg array is sorted when using the
binary search strategy.  To fix this, do not physload an empty memory
region.

ok jsg@ kettenis@

Reply via email to