X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=tests%2Ftest_rwlock_timing.c;h=c5c947895458d19311f8ff8774f8579cfc521fc7;hp=b26f83dcc9035c20ea878896bc8b1477eaa64a76;hb=b4e52e3e9e563d38607a8e0ab0aa72e7ab2b47b4;hpb=49d7d158702c3d9fa3e62e5965dbd1a5b898b9c7 diff --git a/tests/test_rwlock_timing.c b/tests/test_rwlock_timing.c index b26f83d..c5c9478 100644 --- a/tests/test_rwlock_timing.c +++ b/tests/test_rwlock_timing.c @@ -33,9 +33,6 @@ #include #include -/* 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)