提交 198c167c 编写于 作者: R Raymond Burns 提交者: David S. Miller

[SPARC]: Do not call sun4m_irq_rotate on sun4d.

Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 c2d3bffe
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册