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:49:52 UTC 1999

Modified Files:
        syssrc/sys/uvm: uvm_fault.c uvm_fault.h uvm_glue.c uvm_map.c

Log Message:
Make uvm_fault_unwire() take a vm_map_t, rather than a pmap_t, for
consistency.  Use this opportunity for checking for intrsafe map use
in this routine (which is illegal).


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 syssrc/sys/uvm/uvm_fault.c
cvs rdiff -r1.9 -r1.10 syssrc/sys/uvm/uvm_fault.h
cvs rdiff -r1.22 -r1.23 syssrc/sys/uvm/uvm_glue.c
cvs rdiff -r1.47 -r1.48 syssrc/sys/uvm/uvm_map.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