From: David Goulet Date: Wed, 18 Aug 2010 21:25:15 +0000 (-0400) Subject: Removes useless ___cacheline_aligned X-Git-Tag: v0.7~2 X-Git-Url: http://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=c57b6f82bde7ffe4143b6d6d2717ae01702b7ac6 Removes useless ___cacheline_aligned Signed-off-by: David Goulet --- diff --git a/libust/buffers.h b/libust/buffers.h index 9fedc48..3044500 100644 --- a/libust/buffers.h +++ b/libust/buffers.h @@ -96,7 +96,7 @@ struct ust_buffer { unsigned int cpu; /* commit count per subbuffer; must be at end of struct */ - long commit_seq[0] ____cacheline_aligned; /* ATOMIC */ + long commit_seq[0]; /* ATOMIC */ } ____cacheline_aligned; /*