cpumask: remove references to struct irqaction's mask field.
[pandora-kernel.git] / arch / mips / kernel / cevt-bcm1480.c
index b820661..a5182a2 100644 (file)
@@ -144,7 +144,6 @@ void __cpuinit sb1480_clockevent_init(void)
 
        action->handler = sibyte_counter_handler;
        action->flags   = IRQF_DISABLED | IRQF_PERCPU;
-       action->mask    = cpumask_of_cpu(cpu);
        action->name    = name;
        action->dev_id  = cd;