X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=tests%2Frcutorture.h;h=4dac2f224faa9605f309195bea5e62e818080da0;hp=4192bd0643f02415c64fc2d1fd3d08b71198f85f;hb=06f22bdbb0c4c4d5db42a2e2dc35818aa61415be;hpb=5481ddb381061bda64aebc039900d21cac6a6caf diff --git a/tests/rcutorture.h b/tests/rcutorture.h index 4192bd0..4dac2f2 100644 --- a/tests/rcutorture.h +++ b/tests/rcutorture.h @@ -77,7 +77,7 @@ char argsbuf[64]; #define GOFLAG_RUN 1 #define GOFLAG_STOP 2 -int goflag __attribute__((__aligned__(CACHE_LINE_SIZE))) = GOFLAG_INIT; +int goflag __attribute__((__aligned__(CAA_CACHE_LINE_SIZE))) = GOFLAG_INIT; #define RCU_READ_RUN 1000