Source-Changes archive

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

CVS commit: [netbsd-3] src/sys/arch/mips/mips



Module Name:    src
Committed By:   tron
Date:           Tue May 10 12:39:45 UTC 2005

Modified Files:
        src/sys/arch/mips/mips [netbsd-3]: mipsX_subr.S

Log Message:
Pull up revision 1.16 (requested by chs in ticket #269):
change *_TLBUpdate for the MIPS3-style two-entry TLBs to only update existing
entries and not create new ones.  the problem with creating an entry is that
we only have the data for one side of the entry, so the other side could be
out of sync with the software PTEs, which the fault handlers are not prepared
to deal with.  fixes PR 14801.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.15.2.1 src/sys/arch/mips/mips/mipsX_subr.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index