Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 01/25/2001 22:14:29
Module Name:	syssrc
Committed By:	fvdl
Date:		Thu Jan 25 20:14:28 UTC 2001

Modified Files:
	syssrc/sys/arch/i386/i386: vm_machdep.c

Log Message:
Don't use pmap_enter in vmapbuf. This is essentially a reversal of
revision 1.76. It avoids problems where an I/O interrupt for physio,
using a bounce buffer, would find the destination address mapped
read-only because the syncer process hit.

Suggested by Chuck Cranor.


To generate a diff of this commit:
cvs rdiff -r1.96 -r1.97 syssrc/sys/arch/i386/i386/vm_machdep.c

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