Revert "Use initial-exec tls model"
[urcu.git] / src / urcu-bp.c
index 675b5d6e8aea929e8b8a7a1e757c777292a89b4f..ebe96c57da9630d3e43168ee32fa96da95277bfa 100644 (file)
@@ -142,7 +142,7 @@ struct rcu_gp rcu_gp = { .ctr = RCU_GP_COUNT };
  * Pointer to registry elements. Written to only by each individual reader. Read
  * by both the reader and the writers.
  */
  * Pointer to registry elements. Written to only by each individual reader. Read
  * by both the reader and the writers.
  */
-DEFINE_URCU_TLS_IE(struct rcu_reader *, rcu_reader);
+DEFINE_URCU_TLS(struct rcu_reader *, rcu_reader);
 
 static CDS_LIST_HEAD(registry);
 
 
 static CDS_LIST_HEAD(registry);
 
This page took 0.023154 seconds and 4 git commands to generate.