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: yamt
Date: Sat Feb 11 12:45:07 UTC 2006
Modified Files:
src/sys/uvm: Makefile uvm.h uvm_amap.c uvm_amap.h uvm_map.c uvm_map.h
uvm_page.c uvm_page.h uvm_pager.c uvm_pager.h
Removed Files:
src/sys/uvm: uvm_amap_i.h uvm_map_i.h uvm_page_i.h uvm_pager_i.h
Log Message:
remove the following options. no objections on tech-kern@.
UVM_PAGER_INLINE
UVM_AMAP_INLINE
UVM_PAGE_INLINE
UVM_MAP_INLINE
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/uvm/Makefile
cvs rdiff -r1.42 -r1.43 src/sys/uvm/uvm.h src/sys/uvm/uvm_page.h
cvs rdiff -r1.70 -r1.71 src/sys/uvm/uvm_amap.c
cvs rdiff -r1.27 -r1.28 src/sys/uvm/uvm_amap.h
cvs rdiff -r1.24 -r0 src/sys/uvm/uvm_amap_i.h
cvs rdiff -r1.210 -r1.211 src/sys/uvm/uvm_map.c
cvs rdiff -r1.50 -r1.51 src/sys/uvm/uvm_map.h
cvs rdiff -r1.36 -r0 src/sys/uvm/uvm_map_i.h
cvs rdiff -r1.109 -r1.110 src/sys/uvm/uvm_page.c
cvs rdiff -r1.26 -r0 src/sys/uvm/uvm_page_i.h
cvs rdiff -r1.73 -r1.74 src/sys/uvm/uvm_pager.c
cvs rdiff -r1.32 -r1.33 src/sys/uvm/uvm_pager.h
cvs rdiff -r1.15 -r0 src/sys/uvm/uvm_pager_i.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