Date: Mon, 3 May 2010 16:55:50 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/agp agp.c agp_i810.c src/sys/dev/drm via_dmablit.c Message-ID: <201005031656.o43GuDBI046280@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2010-05-03 16:55:50 UTC FreeBSD src repository Modified files: sys/dev/agp agp.c agp_i810.c sys/dev/drm via_dmablit.c Log: SVN rev 207574 on 2010-05-03 16:55:50Z by alc 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 Revision Changes Path 1.68 +4 -0 src/sys/dev/agp/agp.c 1.57 +3 -1 src/sys/dev/agp/agp_i810.c 1.3 +2 -0 src/sys/dev/drm/via_dmablit.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005031656.o43GuDBI046280>