aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_queue.c
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-generic/odp_queue.c')
-rw-r--r--platform/linux-generic/odp_queue.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/platform/linux-generic/odp_queue.c b/platform/linux-generic/odp_queue.c
index 15abd93..ac933da 100644
--- a/platform/linux-generic/odp_queue.c
+++ b/platform/linux-generic/odp_queue.c
@@ -999,12 +999,6 @@ void odp_schedule_order_unlock(odp_schedule_order_lock_t *lock ODP_UNUSED)
if (!origin_qe)
return;
- /* Get a new sync order for reusability, and release the lock. Note
- * that this must be done in this sequence to prevent race conditions
- * where the next waiter could lock and unlock before we're able to
- * get a new sync order since that would cause order inversion on
- * subsequent locks we may perform in this ordered context.
- */
- *sync = odp_atomic_fetch_inc_u64(&origin_qe->s.sync_in);
+ /* Release the ordered lock */
odp_atomic_fetch_inc_u64(&origin_qe->s.sync_out);
}