]> err.no Git - linux-2.6/blobdiff - arch/arm/mach-h720x/cpu-h7201.c
Merge git://oss.sgi.com:8090/xfs/xfs-2.6
[linux-2.6] / arch / arm / mach-h720x / cpu-h7201.c
index 13f76bdb3d9d6ebacd029eb53d69dd8989de835a..9107b8e2ad6e77889955130462bdc3b237d206ea 100644 (file)
@@ -41,7 +41,7 @@ h7201_timer_interrupt(int irq, void *dev_id)
 
 static struct irqaction h7201_timer_irq = {
        .name           = "h7201 Timer Tick",
-       .flags          = IRQF_DISABLED | IRQF_TIMER,
+       .flags          = IRQF_DISABLED | IRQF_TIMER | IRQF_IRQPOLL,
        .handler        = h7201_timer_interrupt,
 };