hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
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 }