hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
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 }