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:30:08 +0000 (14:30 -0500)
commit8cbc3cdca7f1320e3c2412654091fe94931ce62b
treedc18fbd8ca4d2155d43a5f7b7317cd1d9880c478
parent58e9f838bba4457b8ad2723f1d13f74e77345996
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.026093 seconds and 4 git commands to generate.