Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc
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.
Home |
Main Index |
Thread Index |
Old Index