X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=urcu%2Fconfig.h.in;h=48024b66f86720ea3c68cd7028abef28881e9be9;hb=c0a68bfa57908ee51e391f1a5676915b503bfb07;hp=d61d2a96d09c61244e3561a854f421d989db5e20;hpb=49617de1d80d771ac9a1d45b1710b16fac65e0aa;p=urcu.git 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