|
@@ -146,7 +146,7 @@ static irqreturn_t txx9tmr_interrupt(int irq, void *dev_id)
|
|
|
|
|
|
static struct irqaction txx9tmr_irq = {
|
|
static struct irqaction txx9tmr_irq = {
|
|
.handler = txx9tmr_interrupt,
|
|
.handler = txx9tmr_interrupt,
|
|
- .flags = IRQF_DISABLED | IRQF_PERCPU,
|
|
|
|
|
|
+ .flags = IRQF_DISABLED | IRQF_PERCPU | IRQF_TIMER,
|
|
.name = "txx9tmr",
|
|
.name = "txx9tmr",
|
|
.dev_id = &txx9_clock_event_device,
|
|
.dev_id = &txx9_clock_event_device,
|
|
};
|
|
};
|