summaryrefslogtreecommitdiff
path: root/arch/ia64
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/ia64
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/ia64')
-rw-r--r--arch/ia64/kernel/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/time.c b/arch/ia64/kernel/time.c
index 653b3c46ea82..8b366c4cc632 100644
--- a/arch/ia64/kernel/time.c
+++ b/arch/ia64/kernel/time.c
@@ -411,7 +411,7 @@ static cycle_t itc_get_cycles(struct clocksource *cs)
static struct irqaction timer_irqaction = {
.handler = timer_interrupt,
- .flags = IRQF_DISABLED | IRQF_IRQPOLL,
+ .flags = IRQF_DISABLED,
.name = "timer"
};