[ltt-dev] [PATCH] Removes useless ___cacheline_aligned

Pierre-Marc Fournier pierre-marc.fournier at polymtl.ca
Fri Aug 20 00:05:10 EDT 2010


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;
>
>   /*





More information about the lttng-dev mailing list