alc         2007-02-15 05:43:38 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_page.c 
  Log:
  Relax the page queue lock assertions in vm_page_remove() and
  vm_page_free_toq() to account for recent changes that allow
  vm_page_free_toq() to be called on some pages without the page queues lock
  being held, specifically, pages that are not contained in a vm object and
  not a member of a page queue.  (Examples of such pages include page table
  pages, pv entry pages, and uma small alloc pages.)
  
  Revision  Changes    Path
  1.338     +3 -2      src/sys/vm/vm_page.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to