Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/uvm
Module Name: src
Committed By: drochner
Date: Wed Mar 15 18:09:25 UTC 2006
Modified Files:
src/sys/uvm: uvm_extern.h uvm_fault.c uvm_fault.h uvm_glue.c uvm_map.c
Log Message:
-clean up the interface to uvm_fault: the "fault type" didn't serve
any purpose (done by a macro, so we don't save any cycles for now)
-kill vm_fault_t; it is not needed for real faults, and for simulated
faults (wiring) it can be replaced by UVM internal flags
-remove <uvm/uvm_fault.h> from uvm_extern.h again
To generate a diff of this commit:
cvs rdiff -r1.111 -r1.112 src/sys/uvm/uvm_extern.h
cvs rdiff -r1.109 -r1.110 src/sys/uvm/uvm_fault.c
cvs rdiff -r1.18 -r1.19 src/sys/uvm/uvm_fault.h
cvs rdiff -r1.92 -r1.93 src/sys/uvm/uvm_glue.c
cvs rdiff -r1.215 -r1.216 src/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