Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a507ef3a authored by Russell King's avatar Russell King
Browse files

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

parent 14eb75b6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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();