Module Name: src Committed By: matt Date: Wed Aug 24 16:01:53 UTC 2011
Modified Files: src/sys/arch/mips/include: vmparam.h src/sys/arch/mips/mips: mips_machdep.c Log Message: When using 16KB pages in a 64 bit kernel, the amount of address space our page table can address can be larger than the amount of address space the CPU implementation supports. This change limits the amount address space to what the CPU implementation provides. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/arch/mips/include/vmparam.h cvs rdiff -u -r1.246 -r1.247 src/sys/arch/mips/mips/mips_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.