Use initial-exec tls model
[urcu.git] / src / urcu-call-rcu-impl.h
index 4562ba4704f067bda7960ef225de46aca7ed0f3b..56fe943ac8d1ab8b9b5d260efca4d9e1ed8d7728 100644 (file)
@@ -88,7 +88,7 @@ static CDS_LIST_HEAD(call_rcu_data_list);
 
 /* Link a thread using call_rcu() to its call_rcu thread. */
 
-static DEFINE_URCU_TLS(struct call_rcu_data *, thread_call_rcu_data);
+static DEFINE_URCU_TLS_IE(struct call_rcu_data *, thread_call_rcu_data);
 
 /*
  * Guard call_rcu thread creation and atfork handlers.
This page took 0.022673 seconds and 4 git commands to generate.