X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=test_urcu.c;h=fc9e8b539a9b3a9f21eb05702230602dd760b6d0;hp=696c09e39e3b254da74f4ce82766468f0bd03a21;hb=2a67ec322b40544b9e4fc5f138629a65b4f20352;hpb=9e31d0f0084e781405056c347aa4a8c53f676096 diff --git a/test_urcu.c b/test_urcu.c index 696c09e..fc9e8b5 100644 --- a/test_urcu.c +++ b/test_urcu.c @@ -35,6 +35,9 @@ #include "arch.h" +/* Make this big enough to include the POWER5+ L3 cacheline size of 256B */ +#define CACHE_LINE_SIZE 4096 + #if defined(_syscall0) _syscall0(pid_t, gettid) #elif defined(__NR_gettid)