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

Khem Raj raj.khem at gmail.com
Tue Sep 16 06:10:26 UTC 2014


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