kernel/include/asm-generic/hardirq.h
.. .. @@ -7,13 +7,9 @@ 7 7 8 8 typedef struct { 9 9 unsigned int __softirq_pending; 10 -#ifdef ARCH_WANTS_NMI_IRQSTAT11 - unsigned int __nmi_count;12 -#endif13 10 } ____cacheline_aligned irq_cpustat_t; 14 11 15 -DECLARE_PER_CPU_ALIGNED(irq_cpustat_t, irq_stat);16 -12 +#include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */17 13 #include <linux/irq.h> 18 14 19 15 #ifndef ack_bad_irq