summaryrefslogtreecommitdiff
path: root/arch/parisc
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2010-06-21 16:04:52 +0200
committerTejun Heo <tj@kernel.org>2010-06-21 16:04:52 +0200
commitbb9ad129477a09f940ab8df78be71cd3dae72968 (patch)
treefb497c6bbc790569b673cc29b55476d13d570dcd /arch/parisc
parent6abefef4eaa10fae369fcf0aaa00c99157d9c890 (diff)
irq: kill IRQF_IRQPOLL
With irqpoll polling switched to desc->poll_timer, IRQF_IRQPOLL is no longer necessary. Drop it. Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'arch/parisc')
-rw-r--r--arch/parisc/kernel/irq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/kernel/irq.c b/arch/parisc/kernel/irq.c
index efbcee5d2220..24681d553e13 100644
--- a/arch/parisc/kernel/irq.c
+++ b/arch/parisc/kernel/irq.c
@@ -383,7 +383,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 | IRQF_IRQPOLL,
+ .flags = IRQF_DISABLED | IRQF_TIMER | IRQF_PERCPU,
};
#ifdef CONFIG_SMP