Subject: CVS commit: [vmlocking] src/sys/uvm
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 11/01/2007 23:06:01
Module Name:	src
Committed By:	ad
Date:		Thu Nov  1 23:06:01 UTC 2007

Modified Files:
	src/sys/uvm [vmlocking]: uvm_anon.c uvm_aobj.c uvm_loan.c uvm_pdaemon.c

Log Message:
Yielding to avoid livelock doesn't work well, so just sleep for 1 tick.
This too is inadequate and a better solution must be found. Discussed
with yamt@.


To generate a diff of this commit:
cvs rdiff -r1.43.4.4 -r1.43.4.5 src/sys/uvm/uvm_anon.c
cvs rdiff -r1.87.4.6 -r1.87.4.7 src/sys/uvm/uvm_aobj.c
cvs rdiff -r1.65.4.2 -r1.65.4.3 src/sys/uvm/uvm_loan.c
cvs rdiff -r1.84.4.10 -r1.84.4.11 src/sys/uvm/uvm_pdaemon.c

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