diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-12-23 16:30:31 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-12-23 16:30:31 +0100 |
commit | bed4f13065b520e564adffbfcd1c1a764a9c887e (patch) | |
tree | d847ddd3bab64cb126ee6679dc4a949386554d55 /arch/x86/kernel/time_64.c | |
parent | Merge branch 'x86/iommu' into x86/core (diff) | |
parent | Merge branch 'x86/apic' into x86/irq (diff) | |
download | linux-bed4f13065b520e564adffbfcd1c1a764a9c887e.tar.xz linux-bed4f13065b520e564adffbfcd1c1a764a9c887e.zip |
Merge branch 'x86/irq' into x86/core
Diffstat (limited to 'arch/x86/kernel/time_64.c')
-rw-r--r-- | arch/x86/kernel/time_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/time_64.c b/arch/x86/kernel/time_64.c index 1b7711b31037..891e7a7c4334 100644 --- a/arch/x86/kernel/time_64.c +++ b/arch/x86/kernel/time_64.c @@ -51,7 +51,7 @@ EXPORT_SYMBOL(profile_pc); static irqreturn_t timer_interrupt(int irq, void *dev_id) { - add_pda(irq0_irqs, 1); + inc_irq_stat(irq0_irqs); global_clock_event->event_handler(global_clock_event); |