K 10 svn:author V 3 alc K 8 svn:date V 27 2004-12-02T04:06:40.000000Z K 7 svn:log V 206 For efficiency eliminate the call to pmap_pte() from pmap_protect()'s and pmap_remove()'s inner loop. Instead, call pmap_pde_to_pte(), a new function, prior to the inner loop. Reviewed by: peter@, tegge@ END