OSDN Git Service

ia64: Remove deprecated IRQF_DISABLED
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / arch / ia64 / kernel / perfmon.c
index cb59277..d841c4b 100644 (file)
@@ -6387,7 +6387,6 @@ pfm_flush_pmds(struct task_struct *task, pfm_context_t *ctx)
 
 static struct irqaction perfmon_irqaction = {
        .handler = pfm_interrupt_handler,
-       .flags   = IRQF_DISABLED,
        .name    = "perfmon"
 };