hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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 }