alc 2005-01-08 23:41:11 UTC
FreeBSD src repository
Modified files:
sys/vm vm_object.c
Log:
Move the acquisition and release of the page queues lock outside of a loop
in vm_object_split() to avoid repeated acquisition and release.
Revision Changes Path
1.340 +3 -2 src/sys/vm/vm_object.c