powerpc: Make irq_stat.timers_irqs counting more specific
authorfan.du <fan.du@windriver.com>
Wed, 23 Jan 2013 08:06:11 +0000 (16:06 +0800)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 2 Dec 2013 03:14:50 +0000 (14:14 +1100)
Current irq_stat.timers_irqs counting doesn't discriminate timer event handler
and other timer interrupt(like arch_irq_work_raise). Sometimes we need to know
exactly how much interrupts timer event handler fired, so let's be more specific
on this.

Signed-off-by: Fan Du <fan.du@windriver.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

No differences found