diff options
Diffstat (limited to 'arch/arm/plat-iop')
-rw-r--r-- | arch/arm/plat-iop/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-iop/time.c b/arch/arm/plat-iop/time.c index 0cc26da034a1..100d57ad98ed 100644 --- a/arch/arm/plat-iop/time.c +++ b/arch/arm/plat-iop/time.c | |||
@@ -75,7 +75,7 @@ iop_timer_interrupt(int irq, void *dev_id) | |||
75 | static struct irqaction iop_timer_irq = { | 75 | static struct irqaction iop_timer_irq = { |
76 | .name = "IOP Timer Tick", | 76 | .name = "IOP Timer Tick", |
77 | .handler = iop_timer_interrupt, | 77 | .handler = iop_timer_interrupt, |
78 | .flags = IRQF_DISABLED | IRQF_TIMER, | 78 | .flags = IRQF_DISABLED | IRQF_TIMER | IRQF_IRQPOLL, |
79 | }; | 79 | }; |
80 | 80 | ||
81 | void __init iop_init_time(unsigned long tick_rate) | 81 | void __init iop_init_time(unsigned long tick_rate) |