|
@@ -235,7 +235,7 @@ ia64_init_itm (void)
|
|
|
|
|
|
static struct irqaction timer_irqaction = {
|
|
static struct irqaction timer_irqaction = {
|
|
.handler = timer_interrupt,
|
|
.handler = timer_interrupt,
|
|
- .flags = IRQF_DISABLED,
|
|
|
|
|
|
+ .flags = IRQF_DISABLED | IRQF_IRQPOLL,
|
|
.name = "timer"
|
|
.name = "timer"
|
|
};
|
|
};
|
|
|
|
|