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

Commit 198c167c authored by Raymond Burns's avatar Raymond Burns Committed by David S. Miller
Browse files

[SPARC]: Do not call sun4m_irq_rotate on sun4d.

parent c2d3bffe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -329,7 +329,7 @@ void handler_irq(int irq, struct pt_regs * regs)
	disable_pil_irq(irq);
#ifdef CONFIG_SMP
	/* Only rotate on lower priority IRQ's (scsi, ethernet, etc.). */
	if(irq < 10)
	if((sparc_cpu_model==sun4m) && (irq < 10))
		smp4m_irq_rotate(cpu);
#endif
	action = sparc_irq[irq].action;