Make kstat_incr_irqs_this_cpu() called when an irq is actually being handled

From: Ning Jiang
Date: Thu May 31 2012 - 07:08:15 EST


The current kstat_incr_irqs_this_cpu() is really confusing to me, so I
made a patch
to count irq number more reliably according to my understanding.
Please share your
comments about it.