From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [RFC 16/29] xen/arm: Introduce a generic way to use a device from the device tree Date: Mon, 29 Apr 2013 17:58:06 +0100 Message-ID: <517EA69E.1010208@linaro.org> References: <55ff8478c616656fda2e460907131f6caa942473.1367188423.git.julien.grall@linaro.org> <1367250282.3142.354.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1367250282.3142.354.camel@zakaz.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: Anthony Perard , "patches@linaro.org" , Stefano Stabellini , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On 04/29/2013 04:44 PM, Ian Campbell wrote: > On Mon, 2013-04-29 at 00:01 +0100, Julien Grall wrote: >> diff --git a/xen/arch/arm/xen.lds.S b/xen/arch/arm/xen.lds.S >> index fd755d7..7434e83 100644 >> --- a/xen/arch/arm/xen.lds.S >> +++ b/xen/arch/arm/xen.lds.S >> @@ -76,6 +76,12 @@ SECTIONS >> __lock_profile_end = .; >> #endif >> >> + .dev.info : { > > No ALIGNment requirement? I don't think so. I can add ALIGN(8) to be sure. -- Julien