diff options
-rw-r--r-- | arch/ia64/kernel/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/time.c b/arch/ia64/kernel/time.c index 39e0cd3a0884..a06667c7acc0 100644 --- a/arch/ia64/kernel/time.c +++ b/arch/ia64/kernel/time.c | |||
@@ -235,7 +235,7 @@ ia64_init_itm (void) | |||
235 | 235 | ||
236 | static struct irqaction timer_irqaction = { | 236 | static struct irqaction timer_irqaction = { |
237 | .handler = timer_interrupt, | 237 | .handler = timer_interrupt, |
238 | .flags = IRQF_DISABLED, | 238 | .flags = IRQF_DISABLED | IRQF_IRQPOLL, |
239 | .name = "timer" | 239 | .name = "timer" |
240 | }; | 240 | }; |
241 | 241 | ||