]> Pileus Git - ~andy/linux/blobdiff - arch/x86/include/asm/hardirq.h
Merge branch 'linus' into perfcounters/core
[~andy/linux] / arch / x86 / include / asm / hardirq.h
index f5ebe2aaca4b64a3a54cf04aa979128396b88868..9ebc5c2550327ed26ab88e5647fbc09833194d07 100644 (file)
@@ -28,7 +28,7 @@ typedef struct {
 #endif
 } ____cacheline_aligned irq_cpustat_t;
 
-DECLARE_PER_CPU(irq_cpustat_t, irq_stat);
+DECLARE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
 
 /* We can have at most NR_VECTORS irqs routed to a cpu at a time */
 #define MAX_HARDIRQS_PER_CPU NR_VECTORS