[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [PATCH v6 3/5] build: Alloc space for sched list in the link file



On Wed, 2016-01-20 at 08:34 -0600, Jonathan Creekmore wrote:
>
> > diff --git a/xen/arch/arm/xen.lds.S b/xen/arch/arm/xen.lds.S
> > index 0488f37..f501a2f 100644
> > --- a/xen/arch/arm/xen.lds.S
> > +++ b/xen/arch/arm/xen.lds.S
> > @@ -57,6 +57,10 @@ SECTIONS
> > ÂÂÂÂÂÂÂ. = ALIGN(PAGE_SIZE);
> > ÂÂÂÂÂÂÂ*(.data.page_aligned)
> > ÂÂÂÂÂÂÂ*(.data)
> > +ÂÂÂÂÂÂÂ. = ALIGN(8);
> > +ÂÂÂÂÂÂÂ__start_schedulers_array = .;
> > +ÂÂÂÂÂÂÂ*(.data.schedulers)
> > +ÂÂÂÂÂÂÂ__end_schedulers_array = .;
> > ÂÂÂÂÂÂÂ*(.data.rel)
> > ÂÂÂÂÂÂÂ*(.data.rel.*)
> > ÂÂÂÂÂÂÂCONSTRUCTORS

For this ARM change:
Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>

(FWIW I'd have done #3, #4 and #5 all in one patch, but no need to rework
now).

Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.