Add IRQF_IRQPOLL_IRQ to the timer interrupt on parisc.

Signed-off-by: Bernhard Walle <[EMAIL PROTECTED]>
---
 arch/parisc/kernel/irq.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.21-rc4-mm1/arch/parisc/kernel/irq.c
===================================================================
--- linux-2.6.21-rc4-mm1.orig/arch/parisc/kernel/irq.c
+++ linux-2.6.21-rc4-mm1/arch/parisc/kernel/irq.c
@@ -388,7 +388,7 @@ void do_cpu_irq_mask(struct pt_regs *reg
 static struct irqaction timer_action = {
        .handler = timer_interrupt,
        .name = "timer",
-       .flags = IRQF_DISABLED | IRQF_TIMER | IRQF_PERCPU,
+       .flags = IRQF_DISABLED | IRQF_TIMER | IRQF_PERCPU | IRQF_IRQPOLL_IRQ,
 };
 
 #ifdef CONFIG_SMP

-- 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to