> I was looking into fixing all the pmaps to pay attention to the > flags args to pmap_enter() (PR 25640), and I noticed that the xen/i386 > pmap has a pmap_enter_ma() function that has the same problem but > is apparently unused. is there any reason to keep this around? i have a plan to merge pmap_enter_ma and pmap_remap_pages. YAMAMOTO Takashi