X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Farm%2Fmach-iop3xx%2Fiop321-irq.c;h=d42aae6aef03c6b1aa13e26b548ab0d278c17b0d;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=472faf58256c983a9db01a063c9e55c303064cd4;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/arch/arm/mach-iop3xx/iop321-irq.c b/arch/arm/mach-iop3xx/iop321-irq.c index 472faf582..d42aae6ae 100644 --- a/arch/arm/mach-iop3xx/iop321-irq.c +++ b/arch/arm/mach-iop3xx/iop321-irq.c @@ -81,7 +81,8 @@ void __init iop321_init_irq(void) intctl_write(0); // disable all interrupts intstr_write(0); // treat all as IRQ - if(machine_is_iq80321()) // all interrupts are inputs to chip + if(machine_is_iq80321() || + machine_is_iq31244()) // all interrupts are inputs to chip *IOP321_PCIIRSR = 0x0f; for(i = IOP321_IRQ_OFS; i < NR_IOP321_IRQS; i++)