Subject: PR/14801 CVS commit: [netbsd-3] src/sys/arch/mips/mips
To: None <chs@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: netbsd-bugs
Date: 05/10/2005 12:40:02
The following reply was made to PR port-mips/14801; it has been noted by GNATS.

From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/14801 CVS commit: [netbsd-3] src/sys/arch/mips/mips
Date: Tue, 10 May 2005 12:39:46 +0000 (UTC)

 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.