Преглед изворни кода

[PATCH] ARM: Remove nmi_tick() from Integrator.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Russell King пре 20 година
родитељ
комит
a507ef3ac6
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      arch/arm/mach-integrator/core.c

+ 0 - 1
arch/arm/mach-integrator/core.c

@@ -227,7 +227,6 @@ integrator_timer_interrupt(int irq, void *dev_id, struct pt_regs *regs)
 	 * primary CPU
 	 * primary CPU
 	 */
 	 */
 	if (hard_smp_processor_id() == 0) {
 	if (hard_smp_processor_id() == 0) {
-		nmi_tick();
 		timer_tick(regs);
 		timer_tick(regs);
 #ifdef CONFIG_SMP
 #ifdef CONFIG_SMP
 		smp_send_timer();
 		smp_send_timer();