x86: hardirq: use inc_irq_stat() in non-unified functions
Impact: cleanup Replace incrementing irq stat with inc_irq_stat() in non-unified functions. Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:

committed by
Ingo Molnar

parent
915b0d0104
commit
8ae9366909
@@ -75,7 +75,7 @@ EXPORT_SYMBOL(profile_pc);
|
||||
irqreturn_t timer_interrupt(int irq, void *dev_id)
|
||||
{
|
||||
/* Keep nmi watchdog up to date */
|
||||
per_cpu(irq_stat, smp_processor_id()).irq0_irqs++;
|
||||
inc_irq_stat(irq0_irqs);
|
||||
|
||||
#ifdef CONFIG_X86_IO_APIC
|
||||
if (timer_ack) {
|
||||
|
Reference in New Issue
Block a user