X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=urcu%2Farch_ppc.h;h=40a4359417872c0099a59d0d01d8ac2065447a26;hb=e156285068a631eaafa643d9e930b31780468d00;hp=aaf61d30f03e7749823f0aff154987a07398e071;hpb=b4e52e3e9e563d38607a8e0ab0aa72e7ab2b47b4;p=urcu.git diff --git a/urcu/arch_ppc.h b/urcu/arch_ppc.h index aaf61d3..40a4359 100644 --- a/urcu/arch_ppc.h +++ b/urcu/arch_ppc.h @@ -23,7 +23,7 @@ */ #include -#include +#include "config.h" #define CONFIG_HAVE_FENCE 1 #define CONFIG_HAVE_MEM_COHERENCY @@ -54,9 +54,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()