rculfhash: node alignment is back to 4 bytes
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 21 Sep 2011 05:11:05 +0000 (01:11 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 21 Sep 2011 05:11:05 +0000 (01:11 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
urcu/rculfhash.h

index 7afd6244a97df896cc54af017e8f217edda926a5..1f3071019f4495a2570d2d2ba0d4f083ed29714e 100644 (file)
@@ -40,7 +40,7 @@ extern "C" {
 struct _cds_lfht_node {
        struct cds_lfht_node *next;     /* ptr | DUMMY_FLAG | REMOVED_FLAG */
        unsigned long reverse_hash;
-} __attribute__((aligned(8)));
+} __attribute__((aligned(4)));
 
 struct cds_lfht_node {
        /* cache-hot for iteration */
This page took 0.024888 seconds and 4 git commands to generate.