hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/include/asm-generic/hardirq.h
....@@ -7,13 +7,9 @@
77
88 typedef struct {
99 unsigned int __softirq_pending;
10
-#ifdef ARCH_WANTS_NMI_IRQSTAT
11
- unsigned int __nmi_count;
12
-#endif
1310 } ____cacheline_aligned irq_cpustat_t;
1411
15
-DECLARE_PER_CPU_ALIGNED(irq_cpustat_t, irq_stat);
16
-
12
+#include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */
1713 #include <linux/irq.h>
1814
1915 #ifndef ack_bad_irq