|
@@ -113,7 +113,7 @@ static irqreturn_t gt641xx_timer0_interrupt(int irq, void *dev_id)
|
|
|
|
|
|
static struct irqaction gt641xx_timer0_irqaction = {
|
|
static struct irqaction gt641xx_timer0_irqaction = {
|
|
.handler = gt641xx_timer0_interrupt,
|
|
.handler = gt641xx_timer0_interrupt,
|
|
- .flags = IRQF_DISABLED | IRQF_PERCPU,
|
|
|
|
|
|
+ .flags = IRQF_DISABLED | IRQF_PERCPU | IRQF_TIMER,
|
|
.name = "gt641xx_timer0",
|
|
.name = "gt641xx_timer0",
|
|
};
|
|
};
|
|
|
|
|