X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Farch_ppc.h;h=12b018eef7d90276524d56e8606ab3786e615a0b;hp=aaf61d30f03e7749823f0aff154987a07398e071;hb=49617de1d80d771ac9a1d45b1710b16fac65e0aa;hpb=b4e52e3e9e563d38607a8e0ab0aa72e7ab2b47b4 diff --git a/urcu/arch_ppc.h b/urcu/arch_ppc.h index aaf61d3..12b018e 100644 --- a/urcu/arch_ppc.h +++ b/urcu/arch_ppc.h @@ -23,9 +23,8 @@ */ #include -#include +#include -#define CONFIG_HAVE_FENCE 1 #define CONFIG_HAVE_MEM_COHERENCY /* Include size of POWER5+ L3 cache lines: 256 bytes */ @@ -54,10 +53,7 @@ #define rmc() barrier() #define wmc() barrier() -/* Assume SMP machine, given we don't have this information */ -#define CONFIG_SMP 1 - -#ifdef CONFIG_SMP +#ifdef CONFIG_URCU_SMP #define smp_mb() mb() #define smp_rmb() rmb() #define smp_wmb() wmb()