CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/08/23 02:18:26
Modified files:
sys/arch/octeon/octeon: machdep.c
Log message:
Fix memory initialization for octeon's with less than 256MB.
Don't substract the 256MB upperbound from realmem_bytes if the current
available memory is less than that.
Makes my DSR-500 kernel reach userland.
Okay miod@
