cvs commit: src/sys/pci agp.c

Alan Cox alc at FreeBSD.org
Tue Mar 22 22:02:29 PST 2005


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


More information about the cvs-src mailing list