Subject: CVS commit: src/sys/arch/sparc/sparc
To: None <source-changes@NetBSD.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 04/12/2004 12:52:42
Module Name:	src
Committed By:	pk
Date:		Mon Apr 12 12:52:42 UTC 2004

Modified Files:
	src/sys/arch/sparc/sparc: pmap.c

Log Message:
pv_syncflags4m: no need to flush the cache. If the page is still mapped,
its ref/mod status may change at any moment anyway. If a definitive status
is required the UVM code will unmap the page first.


To generate a diff of this commit:
cvs rdiff -r1.286 -r1.287 src/sys/arch/sparc/sparc/pmap.c

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