X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Farch_x86.h;h=a72ef064d236c21d45086fd86293edd251943591;hp=66b27d5574df9d0b90820e0020282ec79616167f;hb=c96a37267efd57cddf7a30f472f9e56f2ecddddc;hpb=1ccf9cbe71d7392fb87e4b0046bd2eb94a75b541 diff --git a/urcu/arch_x86.h b/urcu/arch_x86.h index 66b27d5..a72ef06 100644 --- a/urcu/arch_x86.h +++ b/urcu/arch_x86.h @@ -23,9 +23,8 @@ */ #include +#include -/* Assume P4 or newer */ -#define CONFIG_HAVE_FENCE 1 #define CONFIG_HAVE_MEM_COHERENCY #define CACHE_LINE_SIZE 128 @@ -63,9 +62,6 @@ #define rmc() barrier() #define wmc() barrier() -/* Assume SMP machine, given we don't have this information */ -#define CONFIG_SMP 1 - #ifdef CONFIG_SMP #define smp_mb() mb() #define smp_rmb() rmb()