Removes useless ___cacheline_aligned
[ust.git] / libust / buffers.h
index 9fedc487f1847c65a707981016023c7c4ee9e655..30445000beb0e380d7af3c7cc657ad9ba51d3b21 100644 (file)
@@ -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;
 
 /*
This page took 0.022471 seconds and 4 git commands to generate.