X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Farch_ppc.h;h=edd1139cf761d28889b5561b44a9ddd32f52440b;hp=8dfd6d161970432a2225082295a424249af4b980;hb=1ccf9cbe71d7392fb87e4b0046bd2eb94a75b541;hpb=ec4e58a3aba2084440012f8ccac3a31eb6101183 diff --git a/urcu/arch_ppc.h b/urcu/arch_ppc.h index 8dfd6d1..edd1139 100644 --- a/urcu/arch_ppc.h +++ b/urcu/arch_ppc.h @@ -23,11 +23,13 @@ */ #include -#include #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