X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fsh%2Fkernel%2Firq.c;h=90d63aefd2755907d66932d42e4ac30629d277b5;hb=bdaa6e8062d7f8085d8ed94ff88c99406ad53d79;hp=64b7690c664cb9ac1cabe09c30dfee042451a3b1;hpb=3e91faec47e9e12b965c952d698b0bb64847af06;p=linux-2.6-omap-h63xx.git diff --git a/arch/sh/kernel/irq.c b/arch/sh/kernel/irq.c index 64b7690c664..90d63aefd27 100644 --- a/arch/sh/kernel/irq.c +++ b/arch/sh/kernel/irq.c @@ -106,7 +106,7 @@ asmlinkage int do_IRQ(unsigned int irq, struct pt_regs *regs) } #endif - irq = irq_demux(evt2irq(irq)); + irq = irq_demux(intc_evt2irq(irq)); #ifdef CONFIG_IRQSTACKS curctx = (union irq_ctx *)current_thread_info();