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

Alan Cox alc at FreeBSD.org
Mon Jul 17 03:11:54 UTC 2006


alc         2006-07-17 03:10:17 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
    sys/i386/i386        pmap.c 
  Log:
  Now that free_pv_entry() accesses the pmap, call free_pv_entry() in
  pmap_remove_all() before rather than after the pmap is unlocked.  At
  present, the page queues lock provides sufficient sychronization.  In the
  future, the page queues lock may not always be held when free_pv_entry() is
  called.
  
  Revision  Changes    Path
  1.566     +2 -1      src/sys/amd64/amd64/pmap.c
  1.569     +2 -1      src/sys/i386/i386/pmap.c


More information about the cvs-src mailing list