]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Acquire the page lock around vm_page_unwire(). For consistency, extend the
authorAlan Cox <alc@FreeBSD.org>
Mon, 3 May 2010 16:55:50 +0000 (16:55 +0000)
committerAlan Cox <alc@FreeBSD.org>
Mon, 3 May 2010 16:55:50 +0000 (16:55 +0000)
commit5fdd0a335f567c95f479d2739e1df0f664626f21
tree31b452854f2fbe0020b796224be71948da6d10ba
parentc5a648516efef5bd582a816cb7c36ce070e4583c
Acquire the page lock around vm_page_unwire().  For consistency, extend the
scope of the object lock in agp_i810.c.  (In this specific case, the scope
of the object lock shouldn't matter, but I don't want to create a bad
example that might be copied to a case where it did matter.)

Reviewed by: kib
sys/dev/agp/agp.c
sys/dev/agp/agp_i810.c
sys/dev/drm/via_dmablit.c