X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=urcu%2Farch_ppc.h;h=40a4359417872c0099a59d0d01d8ac2065447a26;hb=90586875e92a9cdc6c7088d8e9815a6a0f54beb1;hp=edd1139cf761d28889b5561b44a9ddd32f52440b;hpb=1ccf9cbe71d7392fb87e4b0046bd2eb94a75b541;p=urcu.git diff --git a/urcu/arch_ppc.h b/urcu/arch_ppc.h index edd1139..40a4359 100644 --- a/urcu/arch_ppc.h +++ b/urcu/arch_ppc.h @@ -23,6 +23,7 @@ */ #include +#include "config.h" #define CONFIG_HAVE_FENCE 1 #define CONFIG_HAVE_MEM_COHERENCY @@ -53,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()