Use initial-exec tls model
[urcu.git] / src / urcu-qsbr.c
index e029ace86a383b22256e2bf6da61cdb0fa526e1c..f343f0d836f642360b4b6f3e24dbae6358e1bbf4 100644 (file)
@@ -77,7 +77,7 @@ struct rcu_gp rcu_gp = { .ctr = RCU_GP_ONLINE };
  * 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.022748 seconds and 4 git commands to generate.