Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/28/1999 13:31:44
Module Name:	syssrc
Committed By:	thorpej
Date:		Fri May 28 20:31:43 UTC 1999

Modified Files:
	syssrc/sys/uvm: uvm_map.c
	syssrc/sys/vm: vm_map.h

Log Message:
Make "intrsafe" maps locked only by exclusive spin locks, never sleep
locks (and thus, never shared locks).  Move the "set/clear recursive"
functions to uvm_map.c, which is the only placed they're used (and
they should go away anyhow).  Delete some unused cruft.


To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 syssrc/sys/uvm/uvm_map.c
cvs rdiff -r1.25 -r1.26 syssrc/sys/vm/vm_map.h

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