DragonFly commits List (threaded) for 2007-01
DragonFly BSD
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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 8 Jan 2007 15:41:32 -0800 (PST)

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]