Skip to content

Commit

Permalink
[SPARC64]: Don't set interrupt state to IDLE in enable_irq().
Browse files Browse the repository at this point in the history
We'll lose events that way.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Mar 20, 2006
1 parent af02bec commit 14f6689
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/sparc64/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 14f6689

Please sign in to comment.