Re: [PATCH v2] irq: use per_cpu kstat_irqs

From: Christoph Lameter
Date: Fri Nov 05 2010 - 12:55:05 EST


On Fri, 5 Nov 2010, Eric Dumazet wrote:

> static inline void kstat_incr_irqs_this_cpu(unsigned int irq,
> struct irq_desc *desc)

desc is not used.

> {
> - kstat_this_cpu.irqs[irq]++;
> - kstat_this_cpu.irqs_sum++;
> + __this_cpu_inc(kstat.irqs[irq]);
> + __this_cpu_inc(kstat.irqs_sum);
> }

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/