From 4b832c2a390ca145635444433273e014052cb7ec Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 19 Jun 2013 10:31:57 -0400 Subject: [PATCH] hash table test: don't redefine CACHE_LINE_SIZE Signed-off-by: Mathieu Desnoyers --- tests/test_urcu_hash.h | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.34.1