[runtime] Refactor and unify tls access
[mono.git] / mono / utils / mono-threads.c
index 3ee65dcfa870158754b8464cc98611f0802be98b..9605ad826f29fda56f22f1a73d646a8204fc6a23 100644 (file)
@@ -66,7 +66,7 @@ static MonoThreadInfoCallbacks threads_callbacks;
 static MonoThreadInfoRuntimeCallbacks runtime_callbacks;
 static MonoNativeTlsKey thread_info_key, thread_exited_key;
 #ifdef HAVE_KW_THREAD
-static __thread guint32 tls_small_id MONO_TLS_FAST;
+static __thread guint32 tls_small_id;
 #else
 static MonoNativeTlsKey small_id_key;
 #endif