MIPS: Add IRQF_TIMER flag for timer interrupts
[safe/jmp/linux-2.6] / arch / mips / nxp / pnx8550 / common / int.c
index f080f11..7aca7d5 100644 (file)
@@ -172,7 +172,7 @@ static struct irqaction gic_action = {
 
 static struct irqaction timer_action = {
        .handler =      no_action,
-       .flags =        IRQF_DISABLED,
+       .flags =        IRQF_DISABLED | IRQF_TIMER,
        .name =         "Timer",
 };