Use DMB only on ARMv7
[urcu.git] / include / urcu / config.h.in
CommitLineData
e95ee429 1/* urcu/config.h.in. Manually generated for control over the contained defs. */
49617de1 2
49617de1
MD
3/* Enable SMP support. With SMP support enabled, uniprocessors are also
4 supported. With SMP support disabled, UP systems work fine, but the
5 behavior of SMP systems is undefined. */
02be5561 6#undef CONFIG_RCU_SMP
bf9de1b7 7
a767fdc3 8/* TLS provided by the compiler. */
8cbc3cdc 9#undef CONFIG_RCU_TLS
a0307b90
MD
10
11/* clock_gettime() is detected. */
12#undef CONFIG_RCU_HAVE_CLOCK_GETTIME
a8e7c8d9
MD
13
14/* Require the operating system to support the membarrier system call for
15 default and bulletproof flavors. */
16#undef CONFIG_RCU_FORCE_SYS_MEMBARRIER
d4e640c0
JR
17
18/* Enable internal debugging self-checks.
a9a42447 19 Introduces a performance penalty. */
d4e640c0 20#undef CONFIG_RCU_DEBUG
4477a870
MD
21
22/* Expose multi-flavor support */
0e2a0abe 23#define CONFIG_RCU_HAVE_MULTIFLAVOR 1
d7c76f85
MD
24
25/* Enable extra debugging checks for lock-free hash table iterator
26 traversal. */
27#undef CONFIG_CDS_LFHT_ITER_DEBUG
This page took 0.04 seconds and 4 git commands to generate.