kernel/include/linux/kernel_stat.h
.. .. @@ -73,7 +73,7 @@ 73 73 /* 74 74 * Number of interrupts per cpu, since bootup 75 75 */ 76 -static inline unsigned int kstat_cpu_irqs_sum(unsigned int cpu)76 +static inline unsigned long kstat_cpu_irqs_sum(unsigned int cpu)77 77 { 78 78 return kstat_cpu(cpu).irqs_sum; 79 79 }