X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Farch_x86.h;h=66b27d5574df9d0b90820e0020282ec79616167f;hp=29612e0a98aa3bfbae4de0ff865259f2418de27d;hb=64c4cafd597aff7423be003dcf41735904126f66;hpb=ec4e58a3aba2084440012f8ccac3a31eb6101183 diff --git a/urcu/arch_x86.h b/urcu/arch_x86.h index 29612e0..66b27d5 100644 --- a/urcu/arch_x86.h +++ b/urcu/arch_x86.h @@ -23,12 +23,13 @@ */ #include -#include /* Assume P4 or newer */ #define CONFIG_HAVE_FENCE 1 #define CONFIG_HAVE_MEM_COHERENCY +#define CACHE_LINE_SIZE 128 + #ifndef BITS_PER_LONG #define BITS_PER_LONG (__SIZEOF_LONG__ * 8) #endif