From: Mathieu Desnoyers Date: Wed, 19 Jun 2013 14:31:57 +0000 (-0400) Subject: hash table test: don't redefine CACHE_LINE_SIZE X-Git-Tag: v0.8.0~65 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=4b832c2a390ca145635444433273e014052cb7ec;hp=94df63189704b8f6483c737988df3728f5e13c2d hash table test: don't redefine CACHE_LINE_SIZE Signed-off-by: Mathieu Desnoyers --- diff --git a/tests/test_urcu_hash.h b/tests/test_urcu_hash.h index 5a6a79a..cd064e6 100644 --- a/tests/test_urcu_hash.h +++ b/tests/test_urcu_hash.h @@ -52,9 +52,6 @@ */ #define TEST_HASH_SEED 0x42UL -/* Make this big enough to include the POWER5+ L3 cacheline size of 256B */ -#define CACHE_LINE_SIZE 4096 - /* hardcoded number of CPUs */ #define NR_CPUS 16384