]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/alpha/kernel/sys_eb64p.c
Merge branch 'linus' into x86/threadinfo
[linux-2.6-omap-h63xx.git] / arch / alpha / kernel / sys_eb64p.c
index 90d27256d7d616d2777d3622ab0d715c4cd7f68d..9c5a306dc0ee825a47d3d8c0bd27e2d091069086 100644 (file)
@@ -99,7 +99,7 @@ eb64p_device_interrupt(unsigned long vector)
                if (i == 5) {
                        isa_device_interrupt(vector);
                } else {
-                       handle_irq(16 + i, get_irq_regs());
+                       handle_irq(16 + i);
                }
        }
 }