cvs commit: src/sys/vm vm_fault.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Jan 8 15:47:17 PST 2007
dillon 2007/01/08 15:41:32 PST
DragonFly src repository
Modified files:
sys/vm vm_fault.c
Log:
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.
Revision Changes Path
1.38 +7 -0 src/sys/vm/vm_fault.c
http://www.dragonflybsd.org/cvsweb/src/sys/vm/vm_fault.c.diff?r1=1.37&r2=1.38&f=u
More information about the Commits
mailing list