]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/alpha/kernel/irq_srm.c
Pull bugzilla-7349 into test branch
[linux-2.6-omap-h63xx.git] / arch / alpha / kernel / irq_srm.c
index 2e9f6d421a8e2a788e716ecacb4decb286fb272d..32212014fbe91632e9bb80b5307725d16e758d1a 100644 (file)
@@ -75,5 +75,5 @@ void
 srm_device_interrupt(unsigned long vector)
 {
        int irq = (vector - 0x800) >> 4;
-       handle_irq(irq, get_irq_regs());
+       handle_irq(irq);
 }