From: Bernhard Walle Date: Tue, 8 May 2007 07:35:36 +0000 (-0700) Subject: Add IRQF_IRQPOLL flag on parisc X-Git-Tag: v2.6.22-rc1~513 X-Git-Url: https://bbs.cooldavid.org/git/?a=commitdiff_plain;h=57501c70747fd6d7b14f7863126e5a75d29613b1;p=net-next-2.6.git Add IRQF_IRQPOLL flag on parisc Add IRQF_IRQPOLL to the timer interrupt on parisc. Signed-off-by: Bernhard Walle Cc: Kyle McMartin Cc: Matthew Wilcox Cc: Grant Grundler Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/parisc/kernel/irq.c b/arch/parisc/kernel/irq.c index e9d09b020e8..c5c9125dace 100644 --- a/arch/parisc/kernel/irq.c +++ b/arch/parisc/kernel/irq.c @@ -388,7 +388,7 @@ void do_cpu_irq_mask(struct pt_regs *regs) 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, }; #ifdef CONFIG_SMP