Move the processing of flags out of the loop. The exception is M_WAITOK,
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Sat, 2 Apr 2005 15:58:16 +0000 (15:58 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Sat, 2 Apr 2005 15:58:16 +0000 (15:58 +0000)
commit550c0adcd89e15498fb69104fde0ea94b7da7e2b
tree672dcbe528e53d48116fd1d04a2f71b6102783b0
parent1de1e8002374c852889cae19a28f9b81898c4984
Move the processing of flags out of the loop. The exception is M_WAITOK,
which decides wether VM_ALLOC_NORMAL is used or not. This gets cleared
or set each time.
sys/vm/vm_kern.c