AH_TEMPLATE([CONFIG_RCU_TLS], [TLS provided by the compiler.])
AH_TEMPLATE([CONFIG_RCU_HAVE_CLOCK_GETTIME], [clock_gettime() is detected.])
AH_TEMPLATE([CONFIG_RCU_FORCE_SYS_MEMBARRIER], [Require the operating system to support the membarrier system call for default and bulletproof flavors.])
-AH_TEMPLATE([CONFIG_RCU_DEBUG], [Enable internal debugging self-checks. Introduce performance penalty.])
+AH_TEMPLATE([CONFIG_RCU_DEBUG], [Enable internal debugging self-checks. Introduces a performance penalty.])
AH_TEMPLATE([CONFIG_CDS_LFHT_ITER_DEBUG], [Enable extra debugging checks for lock-free hash table iterator traversal. Alters the rculfhash ABI. Make sure to compile both library and application with matching configuration.])
# Allow requiring the operating system to support the membarrier system
# RCU debugging option
AC_ARG_ENABLE([rcu-debug],
AS_HELP_STRING([--enable-rcu-debug], [Enable internal debugging
- self-checks. Introduce performance penalty.]))
+ self-checks. Introduces a performance penalty.]))
AS_IF([test "x$enable_rcu_debug" = "xyes"], [
AC_DEFINE([CONFIG_RCU_DEBUG], [1])
])
#undef CONFIG_RCU_FORCE_SYS_MEMBARRIER
/* Enable internal debugging self-checks.
- Introduce performance penalty. */
+ Introduces a performance penalty. */
#undef CONFIG_RCU_DEBUG
/* Expose multi-flavor support */