alc 2004-08-09 06:01:46 UTC
FreeBSD src repository
Modified files:
sys/vm vm_fault.c
Log:
Make two changes to vm_fault().
1. Retain the map lock until after the calls to pmap_enter() and
vm_fault_prefault().
2. Remove a stale comment. Submitted by: tegge@
Revision Changes Path
1.189 +6 -11 src/sys/vm/vm_fault.c