X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=urcu-bp.c;h=db2aef0c57b8ef397095cd71d6c12ded119bb9ec;hb=d123233afd72d7556d8eec3a1cf07b0af7b4b3d2;hp=62d270412823062ac175aaeb4f412b1518c34c8f;hpb=6cf3827cf5809fbcee555fb08286ad756be42dad;p=urcu.git diff --git a/urcu-bp.c b/urcu-bp.c index 62d2704..db2aef0 100644 --- a/urcu-bp.c +++ b/urcu-bp.c @@ -95,11 +95,6 @@ static void mutex_lock(pthread_mutex_t *mutex) perror("Error in pthread mutex lock"); exit(-1); } - if (rcu_reader.need_mb) { - cmm_smp_mb(); - rcu_reader.need_mb = 0; - cmm_smp_mb(); - } poll(NULL,0,10); } #endif /* #else #ifndef DISTRUST_SIGNALS_EXTREME */