提交 f72abd0a 编写于 作者: P Paul Mundt

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: NPaul Mundt <lethal@linux-sh.org>
上级 c167aeef
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册