On Tue, 5 Dec 2006 19:57:02 +0000, Ralf Baechle <ralf@xxxxxxxxxxxxxx> wrote: > > > Import many updates from i386's i8259.c, especially genirq > > > transitions. > > > > With this patch applied Malta fails ... > > Which meant I removed this patch from my tree for now. Which means nothing > is blocking Franck's patch anymore so I applied it with a trivial build fix > to irq_cpu.c. Ah ... could you tell me how Malta failed? BTW, your additional irq_cpu.c might have another problem. The mips_mt_cpu_irq_controller have not used flow handler yet. I did not change it since I could not see which flow handler (handle_level_irq or handle_percpu_irq) are suitable at the time. --- Atsushi Nemoto