vserver 2.0 rc7
[linux-2.6.git] / arch / arm / mach-lh7a40x / common.h
index 05564ec..beda7c2 100644 (file)
@@ -12,3 +12,5 @@ extern struct sys_timer lh7a40x_timer;
 
 extern void lh7a400_init_irq (void);
 extern void lh7a404_init_irq (void);
+
+#define IRQ_DISPATCH(irq) irq_desc[irq].handle ((irq), &irq_desc[irq], regs)