CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2015/05/09 23:42:46
Modified files: sys/arch/armv7/armv7: armv7_machdep.c Log message: limit physical memory to (paddr_t)-PAGE_SIZE (0xfffff000) novena has 4GB of physical memory and it's u-boot tells us memstart: 0x10000000 memsize: 0xf0000000 which would previously cause an overflow leading to "panic: initarm: out of memory" tweak from and ok miod@