Module Name: src Committed By: jdc Date: Fri Mar 9 10:42:12 UTC 2012
Modified Files: src/sys/arch/sparc64/include: param.h Log Message: Restrict NKMEMPAGES to 2.5GB, otherwise we will run out of space in the kernel_map on machines with 8GB (or more) main memory. XXX: Moving KERNBASE/KERNEND is a better long term solution, but this allows those machines to boot now. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/arch/sparc64/include/param.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.