Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/16/1999 15:11:24
Module Name:	syssrc
Committed By:	thorpej
Date:		Wed Jun 16 22:11:24 UTC 1999

Modified Files:
	syssrc/sys/uvm: uvm_fault.c uvm_fault.h uvm_map.c

Log Message:
* Rename uvm_fault_unwire() to uvm_fault_unwire_locked(), and require that
  the map be at least read-locked to call this function.  This requirement
  will be taken advantage of in a future commit.
* Write a uvm_fault_unwire() wrapper which read-locks the map and calls
  uvm_fault_unwire_locked().
* Update the comments describing the locking contraints of uvm_fault_wire()
  and uvm_fault_unwire().


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 syssrc/sys/uvm/uvm_fault.c
cvs rdiff -r1.11 -r1.12 syssrc/sys/uvm/uvm_fault.h
cvs rdiff -r1.56 -r1.57 syssrc/sys/uvm/uvm_map.c

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