diff options
Diffstat (limited to 'arch/x86/kernel/time_32.c')
-rw-r--r-- | arch/x86/kernel/time_32.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/kernel/time_32.c b/arch/x86/kernel/time_32.c index 19a6c678d02e..56dadfc2f41c 100644 --- a/arch/x86/kernel/time_32.c +++ b/arch/x86/kernel/time_32.c | |||
@@ -157,6 +157,9 @@ EXPORT_SYMBOL(profile_pc); | |||
157 | */ | 157 | */ |
158 | irqreturn_t timer_interrupt(int irq, void *dev_id) | 158 | irqreturn_t timer_interrupt(int irq, void *dev_id) |
159 | { | 159 | { |
160 | /* Keep nmi watchdog up to date */ | ||
161 | per_cpu(irq_stat, smp_processor_id()).irq0_irqs++; | ||
162 | |||
160 | #ifdef CONFIG_X86_IO_APIC | 163 | #ifdef CONFIG_X86_IO_APIC |
161 | if (timer_ack) { | 164 | if (timer_ack) { |
162 | /* | 165 | /* |