alc 2007-12-19 23:09:45 UTC
FreeBSD src repository
Modified files:
sys/vm vm_phys.c
Log:
Correct one half of a loop continuation condition in vm_phys_unfree_page().
At present, this error is inconsequential; the other half of the loop
continuation condition is sufficient to achieve correct execution.
Revision Changes Path
1.5 +1 -3 src/sys/vm/vm_phys.c