X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Fconfig.h.in;h=de1d1d0ca0262460435a086501c883a2c051d0d7;hp=02c7b2edb279be80171d3615eab796d79578272d;hb=a767fdc348289dc37026ee3ab46d1d4102ff57f7;hpb=e75bc03fe3ded2faa5a77bd1370b994cd60b4865 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