[SPARC64]: Don't set interrupt state to IDLE in enable_irq().
We'll lose events that way. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
af02bec662
commit
14f6689cbb
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue