Module Name: src Committed By: bouyer Date: Sat Aug 27 16:54:14 UTC 2011
Modified Files: src/sys/arch/mips/mips: mips_machdep.c Log Message: There are non-writable bits in MIPS_COP_0_TLB_HI between ASID and VPN, so mips3_cp0_tlb_entry_hi_probe() returns a value with some 0 in the low 12 bits. Thus the computed mips_vm_maxuser_address is wrong. Fix by oring PAGE_MASK to return value of mips3_cp0_tlb_entry_hi_probe(). To generate a diff of this commit: cvs rdiff -u -r1.247 -r1.248 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.