X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Farch_ppc.h;h=aaf61d30f03e7749823f0aff154987a07398e071;hp=8dfd6d161970432a2225082295a424249af4b980;hb=b4e52e3e9e563d38607a8e0ab0aa72e7ab2b47b4;hpb=49d7d158702c3d9fa3e62e5965dbd1a5b898b9c7 diff --git a/urcu/arch_ppc.h b/urcu/arch_ppc.h index 8dfd6d1..aaf61d3 100644 --- a/urcu/arch_ppc.h +++ b/urcu/arch_ppc.h @@ -28,6 +28,9 @@ #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