From: Bernhard Walle Add IRQF_IRQPOLL for the timer interrupt on IA64. Signed-off-by: Bernhard Walle Cc: "Luck, Tony" Cc: Ingo Molnar Cc: Thomas Gleixner Cc: Alan Cox Signed-off-by: Andrew Morton --- arch/ia64/kernel/time.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/ia64/kernel/time.c~add-irqf_irqpoll-flag-on-ia64 arch/ia64/kernel/time.c --- a/arch/ia64/kernel/time.c~add-irqf_irqpoll-flag-on-ia64 +++ a/arch/ia64/kernel/time.c @@ -235,7 +235,7 @@ ia64_init_itm (void) static struct irqaction timer_irqaction = { .handler = timer_interrupt, - .flags = IRQF_DISABLED, + .flags = IRQF_DISABLED | IRQF_IRQPOLL, .name = "timer" }; _