Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Mar 2005 06:02:29 +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:  <200503230602.j2N62TXV016518@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2005-03-23 06:02:29 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/pci              agp.c 
  Log:
  MFC revision 1.46
   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.
  
  Approved by: re (kensmith)
  
  Revision  Changes    Path
  1.45.2.1  +6 -5      src/sys/pci/agp.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503230602.j2N62TXV016518>