X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=urcu%2Frculfhash.h;h=1f3071019f4495a2570d2d2ba0d4f083ed29714e;hb=80d90c06106dbf17f80c0db4d001e8bb8e6918d9;hp=7afd6244a97df896cc54af017e8f217edda926a5;hpb=b198f0fda77c816d80f63cfa2e71a7e0b4496736;p=urcu.git diff --git a/urcu/rculfhash.h b/urcu/rculfhash.h index 7afd624..1f30710 100644 --- a/urcu/rculfhash.h +++ b/urcu/rculfhash.h @@ -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 */