K 10 svn:author V 3 alc K 8 svn:date V 27 2004-02-01T20:14:00.000000Z K 7 svn:log V 350 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 END