DragonFly commits List (threaded) for 2007-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/vm vm_fault.c
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]