diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-20 11:37:49 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-20 11:37:49 -0700 |
commit | 91b90475e793e84a57d956af8c52645e292badcb (patch) | |
tree | 8de670e02f99a2a2bde82384104dcb8cb09cdadf /arch/arm/mach-integrator/core.c | |
parent | bcc408b75b707f46da1f81058ffa3c9df6f0170f (diff) | |
parent | f0ffeddc897a5cc5d5c6cc1b99a8799a8b34b28f (diff) | |
download | linux-91b90475e793e84a57d956af8c52645e292badcb.tar.bz2 |
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Diffstat (limited to 'arch/arm/mach-integrator/core.c')
-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 d302f0405fd2..bd1e5e3c9d34 100644 --- a/arch/arm/mach-integrator/core.c +++ b/arch/arm/mach-integrator/core.c @@ -227,7 +227,6 @@ integrator_timer_interrupt(int irq, void *dev_id, struct pt_regs *regs) * primary CPU */ if (hard_smp_processor_id() == 0) { - nmi_tick(); timer_tick(regs); #ifdef CONFIG_SMP smp_send_timer(); |