X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Fconfig.h.in;h=48024b66f86720ea3c68cd7028abef28881e9be9;hp=d61d2a96d09c61244e3561a854f421d989db5e20;hb=bf9de1b724767a7b0d9f32385ed3ab8623aabb71;hpb=b46b23cb9949c585ddf8ccb691458c8c7c60c7ad diff --git a/urcu/config.h.in b/urcu/config.h.in index d61d2a9..48024b6 100644 --- a/urcu/config.h.in +++ b/urcu/config.h.in @@ -10,3 +10,6 @@ supported. With SMP support disabled, UP systems work fine, but the behavior of SMP systems is undefined. */ #undef CONFIG_URCU_SMP + +/* Compatibility mode for i386 which lacks cmpxchg instruction. */ +#undef CONFIG_URCU_COMPAT_ARCH