Skip to content

Commit

Permalink
sh: Fix plat_irq_setup_pins() for SH7785.
Browse files Browse the repository at this point in the history
There was some debug code left in here that caused the pin changes
to never be hit. Kill that off, and all is well.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Sep 27, 2007
1 parent c167aee commit f72abd0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/sh/kernel/cpu/sh4a/setup-sh7785.c
Original file line number Diff line number Diff line change
Expand Up @@ -312,10 +312,6 @@ void __init plat_irq_setup(void)

void __init plat_irq_setup_pins(int mode)
{
ctrl_outl(0xc0000000, INTC_INTMSKCLR1);
ctrl_outl(0xfffefffe, INTC_INTMSKCLR2);
return;

switch (mode) {
case IRQ_MODE_IRQ7654:
/* select IRQ mode for IRL7-4 */
Expand Down

0 comments on commit f72abd0

Please sign in to comment.