On 4 May 2016 at 12:47, Bill Fischofer <[email protected]> wrote:

> Use a default cache line size of 64 for otherwise unrecognized linux
> platforms. This resolves bug https://bugs.linaro.org/show_bug.cgi?id=2218
>
> Reported-by: Matias Elo <[email protected]>
> Signed-off-by: Bill Fischofer <[email protected]>
>

Reviewed-by: Mike Holmes <[email protected]>

This combined with the patch to remove the case this exposes where we set
ARCH=OS makes sense to me.


> ---
>  platform/linux-generic/arch/linux/odp/api/cpu_arch.h | 10 ++++++++++
>  1 file changed, 10 insertions(+)
>
> diff --git a/platform/linux-generic/arch/linux/odp/api/cpu_arch.h
> b/platform/linux-generic/arch/linux/odp/api/cpu_arch.h
> index 1c79f87..29f8889 100644
> --- a/platform/linux-generic/arch/linux/odp/api/cpu_arch.h
> +++ b/platform/linux-generic/arch/linux/odp/api/cpu_arch.h
> @@ -11,6 +11,16 @@
>  extern "C" {
>  #endif
>
> +/** @ingroup odp_compiler_optim
> + *  @{
> + */
> +
> +#define ODP_CACHE_LINE_SIZE 64
> +
> +/**
> + * @}
> + */
> +
>  static inline void odp_cpu_pause(void)
>  {
>  }
> --
> 2.5.0
>
> _______________________________________________
> lng-odp mailing list
> [email protected]
> https://lists.linaro.org/mailman/listinfo/lng-odp
>



-- 
Mike Holmes
Technical Manager - Linaro Networking Group
Linaro.org <http://www.linaro.org/> *│ *Open source software for ARM SoCs
"Work should be fun and collaborative, the rest follows"
_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to