diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-06-09 20:30:26 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-06-09 20:30:26 +0000 |
commit | 2841d9faabe4c86665d799156297878ec3720e51 (patch) | |
tree | 3a96613ace1e9490f250100ba0b2002a60acc04b /sys/conf | |
parent | d8f4e7941f8eb932a31090a45c6ce1d41b93e1ec (diff) |
Define a new flag, UVM_FLAG_HOLE, for uvm_map to create a vm_map_entry of
a new etype, UVM_ET_HOLE, meaning it has no backend.
UVM_ET_HOLE entries (which should be created as UVM_PROT_NONE and with
UVM_FLAG_NOMERGE and UVM_FLAG_HOLE) are skipped in uvm_unmap_remove(), so
that pmap_{k,}remove() is not called on the entry.
This is intended to save time, and behave better, on pmaps with MMU holes
at process exit time.
ok art@, kettenis@ provided feedback as well.
Diffstat (limited to 'sys/conf')
0 files changed, 0 insertions, 0 deletions