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

Alan Cox alc at FreeBSD.org
Sun Feb 1 12:14:03 PST 2004


alc         2004/02/01 12:14:01 PST

  FreeBSD src repository

  Modified files:
    sys/i386/i386        pmap.c 
  Log:
  Eliminate all TLB shootdowns by pmap_pte_quick(): By temporarily pinning
  the thread that calls pmap_pte_quick() and by virtue of the page queues
  lock being held, we can manage PADDR1/PMAP1 as a CPU private mapping.
  
  The most common effect of this change is to reduce the overhead of the page
  daemon on multiprocessors.
  
  In collaboration with:  tegge
  
  Revision  Changes    Path
  1.462     +52 -13    src/sys/i386/i386/pmap.c


More information about the cvs-all mailing list