>>> On 21.02.18 at 15:02, <[email protected]> wrote: > No functional change intended. > > Signed-off Julien Grall <[email protected]>
Acked-by: Jan Beulich <[email protected]> with one remark: > @@ -5545,8 +5547,7 @@ static void __memguard_change_range(void *p, unsigned > long l, int guard) > if ( guard ) > flags &= ~_PAGE_PRESENT; > > - map_pages_to_xen( > - _p, virt_to_maddr(p) >> PAGE_SHIFT, _l >> PAGE_SHIFT, flags); > + map_pages_to_xen(_p, mfn_x(virt_to_mfn(p)), _l >> PAGE_SHIFT, flags); Would have been nice if this was switched to PFN_DOWN() instead of the open coded shift right away. Jan _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
