X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=urcu%2Farch_x86.h;h=7d3d76db7a2c19ed5890869817109582a657073b;hb=90586875e92a9cdc6c7088d8e9815a6a0f54beb1;hp=d455b89b15671fe9a2da8be8dd570907cc01f984;hpb=b4e52e3e9e563d38607a8e0ab0aa72e7ab2b47b4;p=urcu.git diff --git a/urcu/arch_x86.h b/urcu/arch_x86.h index d455b89..7d3d76d 100644 --- a/urcu/arch_x86.h +++ b/urcu/arch_x86.h @@ -23,10 +23,8 @@ */ #include -#include +#include "config.h" -/* Assume P4 or newer */ -#define CONFIG_HAVE_FENCE 1 #define CONFIG_HAVE_MEM_COHERENCY #define CACHE_LINE_SIZE 128 @@ -64,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()