On Fri, Mar 6, 2015 at 9:50 AM, Taras Kondratiuk <
[email protected]> wrote:

> _odp_flush_caches() is called from odp_term_local() now.
>
> Signed-off-by: Taras Kondratiuk <[email protected]>
>

Reviewed-by: Bill Fischofer <[email protected]>


> ---
>  platform/linux-generic/odp_linux.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/platform/linux-generic/odp_linux.c
> b/platform/linux-generic/odp_linux.c
> index 2f95131..f44f050 100644
> --- a/platform/linux-generic/odp_linux.c
> +++ b/platform/linux-generic/odp_linux.c
> @@ -74,7 +74,6 @@ static void *odp_run_start_routine(void *arg)
>         }
>
>         void *ret_ptr = start_args->start_routine(start_args->arg);
> -       _odp_flush_caches();
>         int ret = odp_term_local();
>         if (ret < 0)
>                 ODP_ERR("Local term failed\n");
> --
> 1.9.1
>
>
_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to