MIPS: irq: Remove IRQF_DISABLED
[deliverable/linux.git] / arch / mips / jazz / irq.c
index ca9bd206914257e2479e9b750653f05790ad887d..0f4a14752a7bf4d9568e281757faf3af5f5476ec 100644 (file)
@@ -133,7 +133,7 @@ static irqreturn_t r4030_timer_interrupt(int irq, void *dev_id)
 
 static struct irqaction r4030_timer_irqaction = {
        .handler        = r4030_timer_interrupt,
-       .flags          = IRQF_DISABLED | IRQF_TIMER,
+       .flags          = IRQF_TIMER,
        .name           = "R4030 timer",
 };
 
This page took 0.030973 seconds and 5 git commands to generate.