]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/rcupdate.h
V4L (0987): Added Secam L' std on tda9887 and common macros moved to videodev2.h
[linux-2.6-omap-h63xx.git] / include / linux / rcupdate.h
index a471f3bb713ee1045fb0cddb71d2dc9fcacb54ab..51747cd88d1ad28cd13d51fd0c757375690ca978 100644 (file)
@@ -65,7 +65,7 @@ struct rcu_ctrlblk {
        long    cur;            /* Current batch number.                      */
        long    completed;      /* Number of the last completed batch         */
        int     next_pending;   /* Is the next batch already waiting?         */
-} ____cacheline_maxaligned_in_smp;
+} ____cacheline_internodealigned_in_smp;
 
 /* Is batch a before batch b ? */
 static inline int rcu_batch_before(long a, long b)