diff options
Diffstat (limited to 'arch/sh/kernel/timers/timer-cmt.c')
-rw-r--r-- | arch/sh/kernel/timers/timer-cmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/timers/timer-cmt.c b/arch/sh/kernel/timers/timer-cmt.c index a574b93a4e7b..82de6895ade5 100644 --- a/arch/sh/kernel/timers/timer-cmt.c +++ b/arch/sh/kernel/timers/timer-cmt.c | |||
@@ -115,7 +115,7 @@ static irqreturn_t cmt_timer_interrupt(int irq, void *dev_id) | |||
115 | static struct irqaction cmt_irq = { | 115 | static struct irqaction cmt_irq = { |
116 | .name = "timer", | 116 | .name = "timer", |
117 | .handler = cmt_timer_interrupt, | 117 | .handler = cmt_timer_interrupt, |
118 | .flags = IRQF_DISABLED | IRQF_TIMER, | 118 | .flags = IRQF_DISABLED | IRQF_TIMER | IRQF_IRQPOLL, |
119 | .mask = CPU_MASK_NONE, | 119 | .mask = CPU_MASK_NONE, |
120 | }; | 120 | }; |
121 | 121 | ||