Module Name: src Committed By: martin Date: Sat Dec 3 11:43:14 UTC 2016
Modified Files: src/sys/arch/mips/include [netbsd-7-0]: vmparam.h src/sys/uvm/pmap [netbsd-7-0]: pmap_segtab.c Log Message: Pull up following revision(s) (requested by mrg in ticket #1275): sys/arch/mips/include/vmparam.h: revision 1.57 sys/uvm/pmap/pmap_segtab.c: revision 1.4 1TB is enough UVA for anyone... plus not all cpus can support more. fix the start index generation in pmap_segtab_release() to ensure it fits in the actual array. fixes N64 binaries from triggering later panic. move the panic check itself into a common function that is called from a couple of new places too. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.52.8.1 src/sys/arch/mips/include/vmparam.h cvs rdiff -u -r1.1 -r1.1.18.1 src/sys/uvm/pmap/pmap_segtab.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.