regressions/ck_fifo: cache align MPMC fifo.

ck_pring
Samy Al Bahra 12 years ago
parent 93684f77c1
commit 56bd0b7424

@ -51,7 +51,7 @@ struct entry {
static int nthr;
#ifdef CK_F_FIFO_MPMC
static ck_fifo_mpmc_t fifo;
static ck_fifo_mpmc_t fifo CK_CC_CACHELINE;
#endif
static struct affinity a;

Loading…
Cancel
Save