This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / mips / ddb5xxx / ddb5476 / irq.c
index 6a1202a..58e794f 100644 (file)
@@ -107,8 +107,8 @@ static void nile4_irq_setup(void)
        /* memory resource acquire in ddb_setup */
 }
 
-static struct irqaction irq_cascade = { no_action, 0, CPU_MASK_NONE, "cascade", NULL, NULL };
-static struct irqaction irq_error = { no_action, 0, CPU_MASK_NONE, "error", NULL, NULL };
+static struct irqaction irq_cascade = { no_action, 0, 0, "cascade", NULL, NULL };
+static struct irqaction irq_error = { no_action, 0, 0, "error", NULL, NULL };
 
 extern asmlinkage void ddb5476_handle_int(void);
 extern int setup_irq(unsigned int irq, struct irqaction *irqaction);