Skip to content

Commit

Permalink
sh: Default enable R7780RP IRQs.
Browse files Browse the repository at this point in the history
Now that we've started accounting for spurious IRQs, change the
logic somewhat so that we have a better chance of catching them.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Oct 12, 2006
1 parent 833abf7 commit 8884c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/boards/renesas/r7780rp/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ void __init init_r7780rp_IRQ(void)
disable_irq_nosync(i);
set_irq_chip_and_handler(i, &r7780rp_irq_chip,
handle_level_irq);
disable_r7780rp_irq(i);
enable_r7780rp_irq(i);
}
}

0 comments on commit 8884c4c

Please sign in to comment.