diff options
Diffstat (limited to 'arch/sh/kernel/timers/timer-mtu2.c')
-rw-r--r-- | arch/sh/kernel/timers/timer-mtu2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/timers/timer-mtu2.c b/arch/sh/kernel/timers/timer-mtu2.c index fffcd1c09873..b7499a2a9188 100644 --- a/arch/sh/kernel/timers/timer-mtu2.c +++ b/arch/sh/kernel/timers/timer-mtu2.c | |||
@@ -110,7 +110,7 @@ static irqreturn_t mtu2_timer_interrupt(int irq, void *dev_id) | |||
110 | static struct irqaction mtu2_irq = { | 110 | static struct irqaction mtu2_irq = { |
111 | .name = "timer", | 111 | .name = "timer", |
112 | .handler = mtu2_timer_interrupt, | 112 | .handler = mtu2_timer_interrupt, |
113 | .flags = IRQF_DISABLED | IRQF_TIMER, | 113 | .flags = IRQF_DISABLED | IRQF_TIMER | IRQF_IRQPOLL, |
114 | .mask = CPU_MASK_NONE, | 114 | .mask = CPU_MASK_NONE, |
115 | }; | 115 | }; |
116 | 116 | ||