diff options
Diffstat (limited to 'arch/arm/mach-iop32x/irq.c')
-rw-r--r-- | arch/arm/mach-iop32x/irq.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-iop32x/irq.c b/arch/arm/mach-iop32x/irq.c index 17fb94e6e29f..69d6302f40cf 100644 --- a/arch/arm/mach-iop32x/irq.c +++ b/arch/arm/mach-iop32x/irq.c | |||
@@ -62,7 +62,8 @@ void __init iop32x_init_irq(void) | |||
62 | 62 | ||
63 | intctl_write(0); | 63 | intctl_write(0); |
64 | intstr_write(0); | 64 | intstr_write(0); |
65 | if (machine_is_iq80321() || | 65 | if (machine_is_glantank() || |
66 | machine_is_iq80321() || | ||
66 | machine_is_iq31244() || | 67 | machine_is_iq31244() || |
67 | machine_is_n2100()) | 68 | machine_is_n2100()) |
68 | *IOP3XX_PCIIRSR = 0x0f; | 69 | *IOP3XX_PCIIRSR = 0x0f; |