[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2] xen/mm: Fix page_list_* helpers to evaluate all their arguments
>>> On 07.03.16 at 16:01, <andrew.cooper3@xxxxxxxxxx> wrote: > +static inline void > +page_list_del2(struct page_info *page, struct page_list_head *head1, > + struct page_list_head *head2) > +{ > + list_del(&page->list); > +} The conversion of this in particular causes a build failure on ARM (which doesn't d->arch.relmem_list, used as the second argument to the above in page_alloc.c), which required me to remove that commit again before pushing. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |