Subject: CVS commit: syssrc/sys/uvm
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 06/23/2001 23:52:04
Module Name:	syssrc
Committed By:	chs
Date:		Sat Jun 23 20:52:04 UTC 2001

Modified Files:
	syssrc/sys/uvm: uvm_aobj.c uvm_pdaemon.c

Log Message:
don't for memory in uao_set_swlot() since we're holding spinlocks,
instead return -1.  adjust callers to handle this new error return.
fixes PR 13194.


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 syssrc/sys/uvm/uvm_aobj.c
cvs rdiff -r1.34 -r1.35 syssrc/sys/uvm/uvm_pdaemon.c

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