K 10 svn:author V 5 peter K 8 svn:date V 27 2004-06-08T02:20:40.000000Z K 7 svn:log V 350 In pmap_extract_and_hold(), there is no need to mask off PG_FRAME because pmap_extract() already does it. In pmap_enter(), opa has already been masked so don't do it again. Wrap a long line (recent transgression). Use trunc_page() in pmap_mapdev() instead of anding with PG_FRAME, since that is what we really meant. Submitted by: alc (first item) END