]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/sgi-ip32/ip32-irq.c
cpumask: remove references to struct irqaction's mask field.
[linux-2.6-omap-h63xx.git] / arch / mips / sgi-ip32 / ip32-irq.c
index 0d6b6663d5f6756e1beb4c1426573a7424bc8c25..9cb28cd20ad821f3d69b4be2d8a60c0e94e8d469 100644 (file)
@@ -115,14 +115,12 @@ extern irqreturn_t crime_cpuerr_intr(int irq, void *dev_id);
 struct irqaction memerr_irq = {
        .handler = crime_memerr_intr,
        .flags = IRQF_DISABLED,
-       .mask = CPU_MASK_NONE,
        .name = "CRIME memory error",
 };
 
 struct irqaction cpuerr_irq = {
        .handler = crime_cpuerr_intr,
        .flags = IRQF_DISABLED,
-       .mask = CPU_MASK_NONE,
        .name = "CRIME CPU error",
 };