Add a new procedure, vm_fault_page(), which does all actions related to
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 6 Jan 2007 22:35:47 +0000 (22:35 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 6 Jan 2007 22:35:47 +0000 (22:35 +0000)
commit4e158347a04873e5456761ed747ea6d1e9a7ed79
tree92b4c9b5b5856c11b3f420a90d61251a34813363
parent3748859afbef0f41d06e5783ffd642787da32ade
Add a new procedure, vm_fault_page(), which does all actions related to
faulting in a VM page given a vm_map and virtual address, include any
necessary I/O, but returns the held page instead of entering it into a pmap.

Use the new function in procfs_rwmem, allowing gdb to 'see' memory that
is governed by a virtual page table.
sys/vfs/procfs/procfs_mem.c
sys/vm/vm_extern.h
sys/vm/vm_fault.c