* David Goulet ([email protected]) wrote:
> Signed-off-by: David Goulet <[email protected]>

Signed-off-by: Mathieu Desnoyers <[email protected]>

> ---
>  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
> [email protected]
> 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

_______________________________________________
ltt-dev mailing list
[email protected]
http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev

Reply via email to