aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/sh4a/setup-sh7785.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-09-27 03:45:46 -0400
committerPaul Mundt <lethal@linux-sh.org>2007-09-27 03:45:46 -0400
commitf72abd0a4c3298912c03befa41660d03a2e3321d (patch)
treefa4830ebe5eafad11d4e38da188f8c61ed7ff2d4 /arch/sh/kernel/cpu/sh4a/setup-sh7785.c
parentc167aeef232c45deaf5c6c9be00a1f71b14962d3 (diff)
sh: Fix plat_irq_setup_pins() for SH7785.
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>
Diffstat (limited to 'arch/sh/kernel/cpu/sh4a/setup-sh7785.c')
-rw-r--r--arch/sh/kernel/cpu/sh4a/setup-sh7785.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7785.c b/arch/sh/kernel/cpu/sh4a/setup-sh7785.c
index 267114d4127c..c65e1b522186 100644
--- a/arch/sh/kernel/cpu/sh4a/setup-sh7785.c
+++ b/arch/sh/kernel/cpu/sh4a/setup-sh7785.c
@@ -312,10 +312,6 @@ void __init plat_irq_setup(void)
312 312
313void __init plat_irq_setup_pins(int mode) 313void __init plat_irq_setup_pins(int mode)
314{ 314{
315 ctrl_outl(0xc0000000, INTC_INTMSKCLR1);
316 ctrl_outl(0xfffefffe, INTC_INTMSKCLR2);
317 return;
318
319 switch (mode) { 315 switch (mode) {
320 case IRQ_MODE_IRQ7654: 316 case IRQ_MODE_IRQ7654:
321 /* select IRQ mode for IRL7-4 */ 317 /* select IRQ mode for IRL7-4 */