[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 1/2] x86/page: Rename PAGE_HYPERVISOR_NOCACHE to PAGE_HYPERVISOR_UCMINUS
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@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |