]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/ia64/kernel/smp.c
percpu: cleanup percpu array definitions
[net-next-2.6.git] / arch / ia64 / kernel / smp.c
index f0c521b0ba4c2335af80a8f660c2d00cc3fc50f6..94cf78ba28fa19aa6e553923ba9234a3548b14d7 100644 (file)
@@ -58,7 +58,7 @@ static struct local_tlb_flush_counts {
        unsigned int count;
 } __attribute__((__aligned__(32))) local_tlb_flush_counts[NR_CPUS];
 
-static DEFINE_PER_CPU(unsigned short, shadow_flush_counts[NR_CPUS]) ____cacheline_aligned;
+static DEFINE_PER_CPU(unsigned short [NR_CPUS], shadow_flush_counts) ____cacheline_aligned;
 
 #define IPI_CALL_FUNC          0
 #define IPI_CPU_STOP           1