unicore32: Remove IRQF_DISABLED
[linux-2.6-block.git] / arch / unicore32 / kernel / time.c
index 080710c092416f2ed6d259e0ef6e3c409149147c..d3824b2ff644b3975588b2220015a8bc17819dac 100644 (file)
@@ -86,7 +86,7 @@ static struct clocksource cksrc_puv3_oscr = {
 
 static struct irqaction puv3_timer_irq = {
        .name           = "ost0",
-       .flags          = IRQF_DISABLED | IRQF_TIMER | IRQF_IRQPOLL,
+       .flags          = IRQF_TIMER | IRQF_IRQPOLL,
        .handler        = puv3_ost0_interrupt,
        .dev_id         = &ckevt_puv3_osmr0,
 };