X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Farch_ppc.h;h=40a4359417872c0099a59d0d01d8ac2065447a26;hp=8dfd6d161970432a2225082295a424249af4b980;hb=7d413817f09b2d17b1a79ea012590609ffab5eb6;hpb=ec4e58a3aba2084440012f8ccac3a31eb6101183 diff --git a/urcu/arch_ppc.h b/urcu/arch_ppc.h index 8dfd6d1..40a4359 100644 --- a/urcu/arch_ppc.h +++ b/urcu/arch_ppc.h @@ -23,11 +23,14 @@ */ #include -#include +#include "config.h" #define CONFIG_HAVE_FENCE 1 #define CONFIG_HAVE_MEM_COHERENCY +/* Include size of POWER5+ L3 cache lines: 256 bytes */ +#define CACHE_LINE_SIZE 256 + #ifndef BITS_PER_LONG #define BITS_PER_LONG (__SIZEOF_LONG__ * 8) #endif @@ -51,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()