Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-6] src/sys/arch/sparc64/include



Module Name:    src
Committed By:   bouyer
Date:           Sat Mar 17 17:54:22 UTC 2012

Modified Files:
        src/sys/arch/sparc64/include [netbsd-6]: param.h

Log Message:
Pull up following revision(s) (requested by martin in ticket #123):
        sys/arch/sparc64/include/param.h: revision 1.49
        sys/arch/sparc64/include/param.h: revision 1.50
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.
Fix previous, which causes an integer overflow error in uvm_km.c on
32-bit kernels.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.48.2.1 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.




Home | Main Index | Thread Index | Old Index