Module Name: src Committed By: snj Date: Sat Jun 10 06:18:52 UTC 2017
Modified Files: src/sys/arch/mips/mips [netbsd-8]: mips_machdep.c pmap_machdep.c Log Message: Pull up following revision(s) (requested by skrll in ticket #22): sys/arch/mips/mips/mips_machdep.c: revision 1.278 sys/arch/mips/mips/pmap_machdep.c: revision 1.21 Always use XKPHYS for pool pages on _LP64; otherwise use KSEG0 -- Maintain the split of physical memory into the defined freelists, but only force pool pages to VM_FREELIST_FIRST512M for non _LP64 To generate a diff of this commit: cvs rdiff -u -r1.277 -r1.277.2.1 src/sys/arch/mips/mips/mips_machdep.c cvs rdiff -u -r1.19.2.1 -r1.19.2.2 src/sys/arch/mips/mips/pmap_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.