Removes useless ___cacheline_aligned
authorDavid Goulet <david.goulet@polymtl.ca>
Wed, 18 Aug 2010 21:25:15 +0000 (17:25 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Fri, 20 Aug 2010 04:39:51 +0000 (00:39 -0400)
Signed-off-by: David Goulet <david.goulet@polymtl.ca>
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.024874 seconds and 4 git commands to generate.