]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Eliminate all TLB shootdowns by pmap_pte_quick(): By temporarily pinning
authorAlan Cox <alc@FreeBSD.org>
Sun, 1 Feb 2004 20:14:00 +0000 (20:14 +0000)
committerAlan Cox <alc@FreeBSD.org>
Sun, 1 Feb 2004 20:14:00 +0000 (20:14 +0000)
commit8600a4122acc255bf54756ebddc0a07a241932e3
tree0b9bded6af8dff62d8b94eb430677d3f71204e83
parent4e3c587d232b60b945d2d7f7b0beffbf5e8d3d8c
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
sys/i386/i386/pmap.c