X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=urcu%2Fconfig.h.in;h=de1d1d0ca0262460435a086501c883a2c051d0d7;hb=b9c2790452412b7dc3bc1eba2675afc6912f9a1e;hp=02c7b2edb279be80171d3615eab796d79578272d;hpb=9d2614f07691a813a3c560a6c0bcd0a7be854ed5;p=urcu.git diff --git a/urcu/config.h.in b/urcu/config.h.in index 02c7b2e..de1d1d0 100644 --- a/urcu/config.h.in +++ b/urcu/config.h.in @@ -16,3 +16,6 @@ /* Use the dmb instruction is available for use on ARM. */ #undef CONFIG_RCU_ARM_HAVE_DMB + +/* TLS provided by the compiler. */ +#define CONFIG_RCU_TLS TLS