Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
* [ltt-dev] [RFC UST PATCH] Removes useless ___cacheline_aligned
@ 2010-08-18 19:40 David Goulet
  2010-08-18 20:33 ` Mathieu Desnoyers
  0 siblings, 1 reply; 2+ messages in thread
From: David Goulet @ 2010-08-18 19:40 UTC (permalink / raw)


Signed-off-by: David Goulet <david.goulet at polymtl.ca>
---
 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 */
/*
 * This might be useful and there for a reason... but after
 * some test and thought, I don't think so. Since commit_seq is 0,
 * there is no lost of memory here anyway...
 */
 } ____cacheline_aligned;
 
 /*
-- 
1.7.0.4




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-18 20:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-18 19:40 [ltt-dev] [RFC UST PATCH] Removes useless ___cacheline_aligned David Goulet
2010-08-18 20:33 ` Mathieu Desnoyers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox