K 10 svn:author V 3 alc K 8 svn:date V 27 2012-09-20T18:21:29.664048Z K 7 svn:log V 283 MFC r237168 The page flag PGA_WRITEABLE is set and cleared exclusively by the pmap layer, but it is read directly by the MI VM layer. This change introduces pmap_page_is_write_mapped() in order to completely encapsulate all direct access to PGA_WRITEABLE in the pmap layer. END