提交 14f6689c 编写于 作者: D David S. Miller

[SPARC64]: Don't set interrupt state to IDLE in enable_irq().

We'll lose events that way.
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 af02bec6
......@@ -163,10 +163,6 @@ void enable_irq(unsigned int irq)
if (err != HV_EOK)
printk("sun4v_intr_setenabled(%x): err(%d)\n",
ino, err);
err = sun4v_intr_setstate(ino, HV_INTR_STATE_IDLE);
if (err != HV_EOK)
printk("sun4v_intr_setstate(%x): "
"err(%d)\n", ino, err);
} else {
unsigned long tid;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册