On 14/08/17 11:57, Andrew Cooper wrote: > diff --git a/xen/include/asm-arm/mm.h b/xen/include/asm-arm/mm.h > index ef84b72..8999ae7 100644 > --- a/xen/include/asm-arm/mm.h > +++ b/xen/include/asm-arm/mm.h > @@ -176,7 +176,7 @@ void __iomem *ioremap_attr(paddr_t start, size_t len, > unsigned attributes); > > static inline void __iomem *ioremap_nocache(paddr_t start, size_t len) > { > - return ioremap_attr(start, len, PAGE_HYPERVISOR_NOCACHE); > + return ioremap_attr(start, len, PAGE_HYPERVISOR_UCMINUS); > }
Oops - this hunk shouldn't have slipped in. (I thought I'd removed all the ARM changes). The patch should be x86-specific. ~Andrew _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel