|
@@ -110,7 +110,7 @@ static irqreturn_t mtu2_timer_interrupt(int irq, void *dev_id)
|
|
static struct irqaction mtu2_irq = {
|
|
static struct irqaction mtu2_irq = {
|
|
.name = "timer",
|
|
.name = "timer",
|
|
.handler = mtu2_timer_interrupt,
|
|
.handler = mtu2_timer_interrupt,
|
|
- .flags = IRQF_DISABLED | IRQF_TIMER,
|
|
|
|
|
|
+ .flags = IRQF_DISABLED | IRQF_TIMER | IRQF_IRQPOLL,
|
|
.mask = CPU_MASK_NONE,
|
|
.mask = CPU_MASK_NONE,
|
|
};
|
|
};
|
|
|
|
|