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: matt
Date: Wed Jul 16 00:11:27 UTC 2008
Modified Files:
src/sys/uvm: uvm_km.c uvm_map.c uvm_pmap.h
Log Message:
Add PMAP_KMPAGE flag for pmap_kenter_pa. This allows pmaps to know that
the page being entered is being for the kernel memory allocator. Such pages
should have no references and don't need bookkeeping.
To generate a diff of this commit:
cvs rdiff -r1.99 -r1.100 src/sys/uvm/uvm_km.c
cvs rdiff -r1.261 -r1.262 src/sys/uvm/uvm_map.c
cvs rdiff -r1.21 -r1.22 src/sys/uvm/uvm_pmap.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