mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
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>
This commit is contained in:
parent
c167aeef23
commit
f72abd0a4c
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user