This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, master has been updated via 26b90314427f088c7f7e2accd41ec7db5d396265 (commit) from e072ea084a27df729d1b94c0bec2d45fb1e4d26f (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 26b90314427f088c7f7e2accd41ec7db5d396265 Author: Maxim Uvarov maxim.uvarov@linaro.org Date: Mon Aug 8 11:40:29 2016 +0300
linux-gen: do not init scheduler context on termination
We should not try to redifine current odp thread id on termination as well as set poll queues to invalid values, which has to be cleared later in schedule_term_global().
Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org Reviewed-and-tested-by: Bill Fischofer bill.fischofer@linaro.org
diff --git a/platform/linux-generic/odp_schedule.c b/platform/linux-generic/odp_schedule.c index 8765f48..8405423 100644 --- a/platform/linux-generic/odp_schedule.c +++ b/platform/linux-generic/odp_schedule.c @@ -328,8 +328,6 @@ static int schedule_term_local(void) }
schedule_release_context(); - - sched_local_init(); return 0; }
-----------------------------------------------------------------------
Summary of changes: platform/linux-generic/odp_schedule.c | 2 -- 1 file changed, 2 deletions(-)
hooks/post-receive