| 1 | /* include/urcu/config.h. Generated from config.h.in by configure. */ |
| 2 | /* urcu/config.h.in. Manually generated for control over the contained defs. */ |
| 3 | |
| 4 | /* Defined when on a system that has memory fence instructions. */ |
| 5 | #define CONFIG_RCU_HAVE_FENCE 1 |
| 6 | |
| 7 | /* Defined when on a system with futex support. */ |
| 8 | #define CONFIG_RCU_HAVE_FUTEX 1 |
| 9 | |
| 10 | /* Enable SMP support. With SMP support enabled, uniprocessors are also |
| 11 | supported. With SMP support disabled, UP systems work fine, but the |
| 12 | behavior of SMP systems is undefined. */ |
| 13 | #define CONFIG_RCU_SMP 1 |
| 14 | |
| 15 | /* Compatibility mode for i386 which lacks cmpxchg instruction. */ |
| 16 | /* #undef CONFIG_RCU_COMPAT_ARCH */ |
| 17 | |
| 18 | /* Use the dmb instruction is available for use on ARM. */ |
| 19 | /* #undef CONFIG_RCU_ARM_HAVE_DMB */ |
| 20 | |
| 21 | /* TLS provided by the compiler. */ |
| 22 | #define CONFIG_RCU_TLS __thread |
| 23 | |
| 24 | /* clock_gettime() is detected. */ |
| 25 | #define CONFIG_RCU_HAVE_CLOCK_GETTIME 1 |
| 26 | |
| 27 | /* Require the operating system to support the membarrier system call for |
| 28 | default and bulletproof flavors. */ |
| 29 | /* #undef CONFIG_RCU_FORCE_SYS_MEMBARRIER */ |
| 30 | |
| 31 | /* Enable internal debugging self-checks. |
| 32 | Introduce performance penalty. */ |
| 33 | /* #undef CONFIG_RCU_DEBUG */ |
| 34 | |