Fallback mechanism not working on platform where TLS is unsupported
authorChristian Babeux <christian.babeux@efficios.com>
Thu, 8 Nov 2012 19:30:08 +0000 (14:30 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 8 Nov 2012 19:31:05 +0000 (14:31 -0500)
commite3378d48162f484bb8bc94d77ce55d7d3ee018ed
tree11c9c3863558fe62ee98e1e357d8cdc3e864fbcf
parent3ff667f1ed404609bed536a8b926b90385153090
Fallback mechanism not working on platform where TLS is unsupported

The CONFIG_RCU_TLS entry in config.h.in is defined by default to "TLS".
This has the unfortunate consequence of defining CONFIG_RCU_TLS on
platform where TLS is unsupported and effectively disabling the pthread
based fallback mechanism. This macro should be #undef by default and the
AX_TLS m4 macro will properly detect if TLS is supported.

Signed-off-by: Christian Babeux <christian.babeux@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
urcu/config.h.in
This page took 0.024048 seconds and 4 git commands to generate.