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 vm_extern.h
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]