hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/include/linux/kernel_stat.h
....@@ -73,7 +73,7 @@
7373 /*
7474 * Number of interrupts per cpu, since bootup
7575 */
76
-static inline unsigned int kstat_cpu_irqs_sum(unsigned int cpu)
76
+static inline unsigned long kstat_cpu_irqs_sum(unsigned int cpu)
7777 {
7878 return kstat_cpu(cpu).irqs_sum;
7979 }