diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-integrator/core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-integrator/core.c b/arch/arm/mach-integrator/core.c index 797c7fddaa0d..dacbf504dae2 100644 --- a/arch/arm/mach-integrator/core.c +++ b/arch/arm/mach-integrator/core.c | |||
@@ -215,7 +215,6 @@ integrator_timer_interrupt(int irq, void *dev_id, struct pt_regs *regs) | |||
215 | * primary CPU | 215 | * primary CPU |
216 | */ | 216 | */ |
217 | if (hard_smp_processor_id() == 0) { | 217 | if (hard_smp_processor_id() == 0) { |
218 | nmi_tick(); | ||
219 | timer_tick(regs); | 218 | timer_tick(regs); |
220 | #ifdef CONFIG_SMP | 219 | #ifdef CONFIG_SMP |
221 | smp_send_timer(); | 220 | smp_send_timer(); |