]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/alpha/kernel/irq_pyxis.c
get rid of special-casing the /sbin/loader on alpha
[linux-2.6-omap-h63xx.git] / arch / alpha / kernel / irq_pyxis.c
index 686dc22111b2da9dd8b57c454b06fa04b2be9a06..d53edbccbfe5d88653c59433be2d29147800c33f 100644 (file)
@@ -100,7 +100,7 @@ pyxis_device_interrupt(unsigned long vector)
                if (i == 7)
                        isa_device_interrupt(vector);
                else
-                       handle_irq(16+i, get_irq_regs());
+                       handle_irq(16+i);
        }
 }