K 10 svn:author V 3 alc K 8 svn:date V 27 2003-09-13T21:57:38.000000Z K 7 svn:log V 276 Simplify (and micro-optimize) pmap_unuse_pt(): Only one caller, pmap_remove_pte(), passed NULL instead of the required page table page to pmap_unuse_pt(). Compute the necessary page table page in pmap_remove_pte(). Also, remove some unreachable code from pmap_remove_pte(). END