]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
o Lock page queue accesses by vm_page_wire() that aren't
authorAlan Cox <alc@FreeBSD.org>
Sun, 14 Jul 2002 23:51:55 +0000 (23:51 +0000)
committerAlan Cox <alc@FreeBSD.org>
Sun, 14 Jul 2002 23:51:55 +0000 (23:51 +0000)
commit8b8b8202f9b001d9e9236a7e99990bc5f6f5afa4
tree99936febc42223e68e46d00c4751ee062499b1e8
parenta8c102a2ec892dea28d4f76745924b3b71898835
 o Lock page queue accesses by vm_page_wire() that aren't
   within a critical section.
 o Assert that the page queues lock is held in vm_page_wire()
   unless an Alpha.
sys/alpha/alpha/pmap.c
sys/vm/vm_page.c