From mboxrd@z Thu Jan 1 00:00:00 1970 From: david.goulet@polymtl.ca (David Goulet) Date: Wed, 18 Aug 2010 17:25:15 -0400 Subject: [ltt-dev] [PATCH] Removes useless ___cacheline_aligned Message-ID: <1282166715-3971-1-git-send-email-david.goulet@polymtl.ca> Signed-off-by: David Goulet --- libust/buffers.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libust/buffers.h b/libust/buffers.h index 63449d6..1ae2208 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; /* -- 1.7.0.4