Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [vmlocking] src/sys/uvm



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.




Home | Main Index | Thread Index | Old Index