alc 2006-04-29 00:59:16 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: Eliminate unnecessary, recursive acquisitions and releases of the page queues lock by free_pv_entry() and pmap_remove_pages(). Reduce the scope of the page queues lock in pmap_remove_pages(). Revision Changes Path 1.552 +2 -5 src/sys/amd64/amd64/pmap.c