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 Feb 22 22:28:18 UTC 2006

Modified Files:
        src/sys/uvm: uvm_bio.c uvm_device.c uvm_fault.c uvm_pager.h

Log Message:
kill the "fault_type" argument to pager's pgo_fault() methods
it is never used
(and using it would comprise an abstraction violation imho)


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 src/sys/uvm/uvm_bio.c
cvs rdiff -r1.46 -r1.47 src/sys/uvm/uvm_device.c
cvs rdiff -r1.108 -r1.109 src/sys/uvm/uvm_fault.c
cvs rdiff -r1.33 -r1.34 src/sys/uvm/uvm_pager.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