Savolainen, Petri (Nokia - FI/Espoo) > labs.com>
> > Cc: lng-odp@lists.linaro.org
> > Subject: Re: [lng-odp] [PATCH v4 3/4] helper: move thread implementation
> > under platform
> >
> > On 23 January 2017 at 04:06, Savolainen, Petri (Nokia - FI/Espoo)
> > wrote:
> -Original Message-
> From: Mike Holmes [mailto:mike.hol...@linaro.org]
> Sent: Monday, January 23, 2017 3:01 PM
> To: Savolainen, Petri (Nokia - FI/Espoo) labs.com>
> Cc: lng-odp@lists.linaro.org
> Subject: Re: [lng-odp] [PATCH v4 3/4] helper: move thread i
On 23 January 2017 at 04:06, Savolainen, Petri (Nokia - FI/Espoo)
wrote:
>
>
>
>> --- /dev/null
>> +++ b/helper/include/odp/helper/platform/linux-generic/threads_extn.h
>
>
> This file and these functions are not odp-linux specific. Those depend mainly
> on Linux and somewhat on ODP, but should n
> --- /dev/null
> +++ b/helper/include/odp/helper/platform/linux-generic/threads_extn.h
This file and these functions are not odp-linux specific. Those depend mainly
on Linux and somewhat on ODP, but should not depend at all on the odp-linux
implementation.
Should it be moved to here:
/help
Only the portable api is built by default, use --enable-helper-extn
to enable non portable APIs for a helper platform
Signed-off-by: Mike Holmes
---
configure.ac | 17 +-
example/Makefile.inc | 2 +-
helper/Makefile.am