Subject: CVS commit: syssrc/sys/uvm
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/11/2002 09:10:21
Module Name:	syssrc
Committed By:	thorpej
Date:		Wed Dec 11 07:10:21 UTC 2002

Modified Files:
	syssrc/sys/uvm: uvm_extern.h

Log Message:
Define a UVM_FLAG_NOWAIT, which indicates that we're not allowed
to sleep.  Define UVM_KMF_NOWAIT in terms of UVM_FLAG_NOWAIT.

From Manuel Bouyer.  Fixes a problem where any mapping with
read protection was created in a "nowait" context, causing
spurious failures.


To generate a diff of this commit:
cvs rdiff -r1.74 -r1.75 syssrc/sys/uvm/uvm_extern.h

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