aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-pxa')
-rw-r--r--arch/arm/mach-pxa/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/time.c b/arch/arm/mach-pxa/time.c
index fc3b82a740a..5248abe334d 100644
--- a/arch/arm/mach-pxa/time.c
+++ b/arch/arm/mach-pxa/time.c
@@ -97,7 +97,7 @@ pxa_timer_interrupt(int irq, void *dev_id)
97 97
98static struct irqaction pxa_timer_irq = { 98static struct irqaction pxa_timer_irq = {
99 .name = "PXA Timer Tick", 99 .name = "PXA Timer Tick",
100 .flags = IRQF_DISABLED | IRQF_TIMER, 100 .flags = IRQF_DISABLED | IRQF_TIMER | IRQF_IRQPOLL,
101 .handler = pxa_timer_interrupt, 101 .handler = pxa_timer_interrupt,
102}; 102};
103 103