Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/mips/mips




To: source-changes%NetBSD.org@localhost

Subject: CVS commit: src/sys/arch/mips/mips

From: "Manuel Bouyer" <bouyer%netbsd.org@localhost>

Date: Sat, 27 Aug 2011 16:54:14 +0000


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.






Prev by Date: CVS commit: src/sbin/dkscan_bsdlabel

Next by Date: CVS commit: src/sys

Previous by Thread: CVS commit: src/sbin/dkscan_bsdlabel

Next by Thread: CVS commit: src/sys

Indexes:

reverse Date

reverse Thread

Old Index



Home | Main Index | Thread Index | Old Index