hash table test: don't redefine CACHE_LINE_SIZE
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 19 Jun 2013 14:31:57 +0000 (10:31 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 19 Jun 2013 14:31:57 +0000 (10:31 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/test_urcu_hash.h

index 5a6a79aaaa8a72675bbdd5b35d23731dfb5c62a0..cd064e62b76e6821c311fa9e9588330d134f503f 100644 (file)
@@ -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
 
This page took 0.024895 seconds and 4 git commands to generate.