[OE-core] [oe-core][PATCH 1/1] sysprof: add aarch64 support

Slater, Joseph joe.slater at windriver.com
Tue Sep 16 19:27:16 UTC 2014


It is not runtime tested.  The intent is to allow world builds for aarch64.

Joe


> -----Original Message-----
> From: Khem Raj [mailto:raj.khem at gmail.com]
> Sent: Monday, September 15, 2014 11:10 PM
> To: Slater, Joseph
> Cc: Patches and discussions about the oe-core layer
> Subject: Re: [OE-core] [oe-core][PATCH 1/1] sysprof: add aarch64 support
> 
> On Fri, Sep 12, 2014 at 2:03 PM, Joe Slater <jslater at windriver.com> wrote:
> > -+#ifdef __arm__
> > ++#if defined(__arm__) || defined(__aarch64__)
> >  +/*
> 
> This code defined memory barriers for 32bit, Are you sure it should be
> same for 64bit as well ?
> how was this tested ?


More information about the Openembedded-core mailing list