]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/microblaze/kernel/timer.c
Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / arch / microblaze / kernel / timer.c
index 827df4d003c8ac00fc9bce10c294d776eb32df8b..3e39b1082fdf8433a030e851dfe37f2b63f8b766 100644 (file)
@@ -149,7 +149,7 @@ static irqreturn_t timer_interrupt(int irq, void *dev_id)
 
 static struct irqaction timer_irqaction = {
        .handler = timer_interrupt,
-       .flags = IRQF_DISABLED | IRQF_TIMER,
+       .flags = IRQF_TIMER,
        .name = "timer",
        .dev_id = &clockevent_xilinx_timer,
 };