--- - branch: MAIN date: Sat Aug 27 16:54:14 UTC 2011 files: - new: '1.248' old: '1.247' path: src/sys/arch/mips/mips/mips_machdep.c pathrev: src/sys/arch/mips/mips/mips_machdep.c@1.248 type: modified id: 20110827T165414Z.f715c552c25651d481ca6ca7192fbd0617a8962c log: | 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(). module: src subject: 'CVS commit: src/sys/arch/mips/mips' unixtime: '1314464054' user: bouyer