X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Farch_x86.h;h=806878e26791132b1813c1ca25197efee59b06ce;hp=66b27d5574df9d0b90820e0020282ec79616167f;hb=7d413817f09b2d17b1a79ea012590609ffab5eb6;hpb=64c4cafd597aff7423be003dcf41735904126f66 diff --git a/urcu/arch_x86.h b/urcu/arch_x86.h index 66b27d5..806878e 100644 --- a/urcu/arch_x86.h +++ b/urcu/arch_x86.h @@ -23,6 +23,7 @@ */ #include +#include "config.h" /* Assume P4 or newer */ #define CONFIG_HAVE_FENCE 1 @@ -63,9 +64,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()