summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/tlb_64.c
diff options
context:
space:
mode:
authorHiroshi Shimamoto2008-12-13 00:52:26 +0100
committerIngo Molnar2008-12-16 22:30:19 +0100
commit8ae936690972dfcad73d0dde1095b9f32af5ee95 (patch)
treefa4f81646cdef3f9f0bd1f86a2dc64c045b23540 /arch/x86/kernel/tlb_64.c
parentx86: hardirq: introduce inc_irq_stat() (diff)
downloadkernel-qcow2-linux-8ae936690972dfcad73d0dde1095b9f32af5ee95.tar.gz
kernel-qcow2-linux-8ae936690972dfcad73d0dde1095b9f32af5ee95.tar.xz
kernel-qcow2-linux-8ae936690972dfcad73d0dde1095b9f32af5ee95.zip
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>
Diffstat (limited to 'arch/x86/kernel/tlb_64.c')
-rw-r--r--arch/x86/kernel/tlb_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/tlb_64.c b/arch/x86/kernel/tlb_64.c
index 8f919ca69494..29887d7081a9 100644
--- a/arch/x86/kernel/tlb_64.c
+++ b/arch/x86/kernel/tlb_64.c
@@ -154,7 +154,7 @@ asmlinkage void smp_invalidate_interrupt(struct pt_regs *regs)
out:
ack_APIC_irq();
cpu_clear(cpu, f->flush_cpumask);
- add_pda(irq_tlb_count, 1);
+ inc_irq_stat(irq_tlb_count);
}
void native_flush_tlb_others(const cpumask_t *cpumaskp, struct mm_struct *mm,