alc         2007-07-01 07:08:26 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
    sys/i386/i386        pmap.c 
  Log:
  Pages that do belong to an object and page queue can now be freed without
  holding the page queues lock.  Thus, the page table pages released by
  pmap_remove() and pmap_remove_pages() can be freed after the page queues
  lock is released.
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.589     +8 -10     src/sys/amd64/amd64/pmap.c
  1.593     +8 -10     src/sys/i386/i386/pmap.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to