Add a missing pmap_enter() in vm_fault_page(). If a write fault does a COW
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 8 Jan 2007 23:41:31 +0000 (23:41 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 8 Jan 2007 23:41:31 +0000 (23:41 +0000)
commit40d6ef3a36d26395d1ed4bb4420ccd19d68a92f6
tree60bd47a10988fa340588a65d3b7d93ce007c7881
parentb09fd398cc290090bbfb2ef8ec23ec1ad2290602
Add a missing pmap_enter() in vm_fault_page().  If a write fault does a COW
and must replace a read-only page, the pmap must be updated so the process
sees the new page.
sys/vm/vm_fault.c