[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v3] xen/mm: Fix page_list_* helpers to evaluate all their arguments
>>> On 07.03.16 at 19:12, <andrew.cooper3@xxxxxxxxxx> wrote: > --- a/xen/include/asm-arm/domain.h > +++ b/xen/include/asm-arm/domain.h > @@ -65,6 +65,7 @@ struct arch_domain > RELMEM_mapping, > RELMEM_done, > } relmem; > + struct page_list_head relmem_list; Well, if I was ARM maintainer I would say no to this otherwise pointless addition (even more so that this list doesn't get initialized anywhere). The expectation I had for how the build issue would be fixed was to simply not convert (at least) page_list_del2() to an inline function. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |