K 10 svn:author V 3 alc K 8 svn:date V 27 2004-07-17T22:20:53.000000Z K 7 svn:log V 303 - Utilize pmap_pte_quick() rather than pmap_pte() in pmap_remove() and pmap_remove_page(). The reason being that pmap_pte_quick() requires the page queues lock, which is already held, rather than Giant. - Assert that the page queues lock is held in pmap_remove_page() and pmap_remove_pte(). END