Cc Julien On Wed, Mar 29, 2017 at 06:00:08AM -0600, Jan Beulich wrote: > >>> On 29.03.17 at 13:15, <wei.l...@citrix.com> wrote: > > --- a/xen/common/page_alloc.c > > +++ b/xen/common/page_alloc.c > > @@ -574,7 +574,7 @@ static unsigned long init_node_heap(int node, unsigned > > long mfn, > > > > for ( i = 0; i < NR_ZONES; i++ ) > > for ( j = 0; j <= MAX_ORDER; j++ ) > > - INIT_PAGE_LIST_HEAD(&(*_heap[node])[i][j]); > > + INIT_PAGE_LIST_HEAD(&(heap(node, i, j))); > > With the now stray pair of parentheses removed, > Acked-by: Jan Beulich <jbeul...@suse.com> > > You should have Cc-ed Julien, assuming you want to get this in now > rather than after 4.9 was branched off. > > Jan >
_______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel