]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
There is no need to use VM_OBJECT_LOCKED() as the assertion won't
authorattilio <attilio@FreeBSD.org>
Wed, 20 Feb 2013 10:51:34 +0000 (10:51 +0000)
committerattilio <attilio@FreeBSD.org>
Wed, 20 Feb 2013 10:51:34 +0000 (10:51 +0000)
commit1f1e13ca0304c5d3cab0d4c118678ec546f935bc
tree5b34b3c7cd00302d32a836920301b507e1a8f085
parent6a2e2ce522a097de5dab15c95de81db5c42d8c36
There is no need to use VM_OBJECT_LOCKED() as the assertion won't
make the check available in any case if INVARIANTS is switched off.
Remove VM_OBJECT_LOCKED().
sys/amd64/amd64/pmap.c
sys/i386/i386/pmap.c
sys/i386/xen/pmap.c
sys/powerpc/aim/mmu_oea.c
sys/powerpc/aim/mmu_oea64.c
sys/powerpc/booke/pmap.c
sys/sparc64/sparc64/pmap.c
sys/vm/vm_object.h