cvs commit: src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c

Alan Cox alc at FreeBSD.org
Sun Jul 1 07:08:26 UTC 2007


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


More information about the cvs-src mailing list