* [ltt-dev] [PATCH] Removes useless ___cacheline_aligned
@ 2010-08-18 21:25 David Goulet
2010-08-18 21:29 ` Mathieu Desnoyers
2010-08-20 4:05 ` Pierre-Marc Fournier
0 siblings, 2 replies; 3+ messages in thread
From: David Goulet @ 2010-08-18 21:25 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 */
} ____cacheline_aligned;
/*
--
1.7.0.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* [ltt-dev] [PATCH] Removes useless ___cacheline_aligned
2010-08-18 21:25 [ltt-dev] [PATCH] Removes useless ___cacheline_aligned David Goulet
@ 2010-08-18 21:29 ` Mathieu Desnoyers
2010-08-20 4:05 ` Pierre-Marc Fournier
1 sibling, 0 replies; 3+ messages in thread
From: Mathieu Desnoyers @ 2010-08-18 21:29 UTC (permalink / raw)
* David Goulet (david.goulet at polymtl.ca) wrote:
> Signed-off-by: David Goulet <david.goulet at polymtl.ca>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers at efficios.com>
> ---
> 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
>
>
> _______________________________________________
> ltt-dev mailing list
> ltt-dev at lists.casi.polymtl.ca
> http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
>
--
Mathieu Desnoyers
Operating System Efficiency R&D Consultant
EfficiOS Inc.
http://www.efficios.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [ltt-dev] [PATCH] Removes useless ___cacheline_aligned
2010-08-18 21:25 [ltt-dev] [PATCH] Removes useless ___cacheline_aligned David Goulet
2010-08-18 21:29 ` Mathieu Desnoyers
@ 2010-08-20 4:05 ` Pierre-Marc Fournier
1 sibling, 0 replies; 3+ messages in thread
From: Pierre-Marc Fournier @ 2010-08-20 4:05 UTC (permalink / raw)
Applied
On 08/18/2010 05:25 PM, David Goulet wrote:
> 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 */
> } ____cacheline_aligned;
>
> /*
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-08-20 4:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-18 21:25 [ltt-dev] [PATCH] Removes useless ___cacheline_aligned David Goulet
2010-08-18 21:29 ` Mathieu Desnoyers
2010-08-20 4:05 ` Pierre-Marc Fournier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox