Date: Sun, 24 Oct 2004 07:12:13 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci agp.c Message-ID: <200410240712.i9O7CENT071063@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2004-10-24 07:12:13 UTC FreeBSD src repository Modified files: sys/pci agp.c Log: Avoid repeated acquisition and release of the vm object lock inside of two loops in agp_generic_bind_memory(). As an intended side-effect, all of the calls to vm_page_wakeup() are now performed with the containing vm object lock held. Revision Changes Path 1.46 +6 -5 src/sys/pci/agp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410240712.i9O7CENT071063>