Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Michael L. Hitch <mhitch@netbsd.org>
List: source-changes
Date: 11/13/1999 15:16:41
Module Name:	syssrc
Committed By:	mhitch
Date:		Sat Nov 13 23:16:40 UTC 1999

Modified Files:
	syssrc/sys/arch/mips/mips: pmap.c

Log Message:
Fix an additonal return in pmap_enter() that wasn't returning a value.
Use flags (formerly access_type) to set page reference/modified status.
Don't use the PG_CLEAN flag from the UVM when checking to see if a
writeable page has been marked as modified.
When updating page status to modified from the UTLBmiss handler, set
the referenced bit in addition to the modified bit.


To generate a diff of this commit:
cvs rdiff -r1.77 -r1.78 syssrc/sys/arch/mips/mips/pmap.c

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