OSDN Git Service

ia64: Remove deprecated IRQF_DISABLED
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / arch / ia64 / kernel / time.c
index fbaac1a..71c52bc 100644 (file)
@@ -380,7 +380,7 @@ static cycle_t itc_get_cycles(struct clocksource *cs)
 
 static struct irqaction timer_irqaction = {
        .handler =      timer_interrupt,
-       .flags =        IRQF_DISABLED | IRQF_IRQPOLL,
+       .flags =        IRQF_IRQPOLL,
        .name =         "timer"
 };