Add a missing pmap_enter() in vm_fault_page(). If a write fault does a COW
commitb341de5d023a12e026f19cddc394f197817df8c1
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 8 Jan 2007 23:41:31 +0000 (8 23:41 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 8 Jan 2007 23:41:31 +0000 (8 23:41 +0000)
treecde48e46fb8b5c3d862c31828db54a811a9b7ffa
parent91684765fa69085619df37eb7cdf84cfed774019
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