Move vm_fault_quick() out from the machine specific location
authorDavid Rhodus <drhodus@dragonflybsd.org>
Mon, 29 Mar 2004 17:30:23 +0000 (17:30 +0000)
committerDavid Rhodus <drhodus@dragonflybsd.org>
Mon, 29 Mar 2004 17:30:23 +0000 (17:30 +0000)
commitd0c17a5e5894db9bb67dc6ebbc07fb4f000b3a88
treec5d9ad85e6cd674599743e2d63116bb295fe576d
parent2cc7c57968b2555a2197308b3a55ecd6b4ddb555
Move vm_fault_quick() out from the machine specific location
as the function is now cpu agnostic.
sys/i386/i386/vm_machdep.c
sys/platform/pc32/i386/vm_machdep.c
sys/vm/vm_fault.c