cvs commit: src/sys/pci agp.c

Alan Cox alc at FreeBSD.org
Sun Oct 24 00:12:15 PDT 2004


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


More information about the cvs-src mailing list