[patch 6/7] Add IRQF_IRQPOLL_IRQ flag on parisc

From: Bernhard Walle
Date: Fri Mar 23 2007 - 15:03:49 EST


Add IRQF_IRQPOLL_IRQ to the timer interrupt on parisc.

Signed-off-by: Bernhard Walle <bwalle@xxxxxxx>
---
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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/