Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/26/1999 12:27:49
Module Name:	syssrc
Committed By:	thorpej
Date:		Wed May 26 19:27:49 UTC 1999

Modified Files:
	syssrc/sys/uvm: uvm_km.c

Log Message:
Wired kernel mappings are wired; pass VM_PROT_READ|VM_PROT_WRITE for
access_type to pmap_enter() to ensure that when these mappings are accessed,
possibly in interrupt context, that they won't cause mod/ref emulation
page faults.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 syssrc/sys/uvm/uvm_km.c

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