Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 02/02/2001 04:28:19
Module Name:	syssrc
Committed By:	thorpej
Date:		Fri Feb  2 02:28:19 UTC 2001

Modified Files:
	syssrc/sys/arch/sh3/include: pmap.h
	syssrc/sys/arch/sh3/sh3: pmap.c

Log Message:
Rewrite how mod/ref emulation is done.  In particular, make
modified attribute checking actually work.  Previously, a
page could be reported as modified even if it wasn't!  This
is very bad, and e.g. caused the VM system to attempt to
"clean" pages of read-only files.

Only lip-services is paid to referenced attribute emulation.
This could be improved.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 syssrc/sys/arch/sh3/include/pmap.h
cvs rdiff -r1.13 -r1.14 syssrc/sys/arch/sh3/sh3/pmap.c

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