cvs commit: src/sys/vm vm_fault.c vm_extern.h
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Jan 8 11:41:23 PST 2007
dillon 2007/01/08 11:41:01 PST
DragonFly src repository
Modified files:
sys/vm vm_fault.c vm_extern.h
Log:
Implement vm_fault_page_quick(), which will soon be replacing
vm_fault_quick(). vm_fault_quick() does not hold the underlying page
in any way and is not SMP friendly. It also uses architecture-specific
tricks to force the page into a pmap which do not work with the VKERNEL.
Revision Changes Path
1.37 +26 -3 src/sys/vm/vm_fault.c
1.23 +1 -0 src/sys/vm/vm_extern.h
http://www.dragonflybsd.org/cvsweb/src/sys/vm/vm_fault.c.diff?r1=1.36&r2=1.37&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/vm/vm_extern.h.diff?r1=1.22&r2=1.23&f=u
More information about the Commits
mailing list