]> err.no Git - linux-2.6/blobdiff - arch/arm/mach-versatile/core.c
[PATCH] ARM: Add SA_TIMER flag to timer interrupts
[linux-2.6] / arch / arm / mach-versatile / core.c
index 6a7cbea5e098d4acf62a3966217a643656848a3b..9d1f2253e98795d1757ef1ca56bf15b11ed08736 100644 (file)
@@ -875,8 +875,8 @@ static irqreturn_t versatile_timer_interrupt(int irq, void *dev_id, struct pt_re
 
 static struct irqaction versatile_timer_irq = {
        .name           = "Versatile Timer Tick",
-       .flags          = SA_INTERRUPT,
-       .handler        = versatile_timer_interrupt
+       .flags          = SA_INTERRUPT | SA_TIMER,
+       .handler        = versatile_timer_interrupt,
 };
 
 /*