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