[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v1] xen/arm: Do not allocate pte entries for MAP_SMALL_PAGES
On 03/03/2015 11:47, Ian Campbell wrote: I'm not sure to follow here. Do you think MAP_SMALL_PAGES should be defined as WRITE_ALLOC?Sorry I just meant that: +#define PAGE_HYPERVISOR_WC ((DEV_WC) | PTE_PRESENT ) should be just: +#define PAGE_HYPERVISOR_WC (DEV_WC | PTE_PRESENT ) etc, no need for the inner-()s. MAP_SMALL_PAGES was correct as +#define MAP_SMALL_PAGES (WRITEALLOC) I wanted to check the definition of MAP_SMALL_PAGES you were agreed.I think using WRITEALLOC here is confusing. There is no resulting PTE and therefore WRITEALLOC will never be set. I think it would be better to have a separate helper (as you suggested on a previous mail). Regards, -- Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |