On Tue, Nov 09, 2004 at 01:28:42PM +0100, Thomas Koeller wrote: > The definition of do_IRQ() in arch/mips/kernel/irq.c > does not match the prototype in include/asm-mips/irq.h, > resulting in a compile error. [ralf@fluff linux]$ grep -r do_IRQ include/linux include/linux/irq.h:extern asmlinkage unsigned int __do_IRQ(unsigned int irq, struct pt_regs *regs); [ralf@fluff linux]$ Just reposting somebody else's broken fix doesn't increase chances that I take a patch ... Ralf