This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / mips / lasat / interrupt.c
index 1148a2d..0887134 100644 (file)
@@ -125,10 +125,12 @@ void lasat_hw0_irqdispatch(struct pt_regs *regs)
        }
 }
 
-void __init arch_init_irq(void)
+void __init init_IRQ(void)
 {
        int i;
 
+       init_generic_irq();
+
        switch (mips_machtype) {
        case MACH_LASAT_100:
                lasat_int_status = (void *)LASAT_INT_STATUS_REG_100;
@@ -145,7 +147,7 @@ void __init arch_init_irq(void)
                *lasat_int_mask &= 0xffff;
                break;
        default:
-               panic("arch_init_irq: mips_machtype incorrect");
+               panic("init_IRQ: mips_machtype incorrect");
        }
 
        /* Now safe to set the exception vector. */