OSDN Git Service

ia64: Remove deprecated IRQF_DISABLED
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / arch / ia64 / kernel / irq_ia64.c
index c8a576b..0884f5e 100644 (file)
@@ -364,7 +364,6 @@ static irqreturn_t smp_irq_move_cleanup_interrupt(int irq, void *dev_id)
 
 static struct irqaction irq_move_irqaction = {
        .handler =      smp_irq_move_cleanup_interrupt,
-       .flags =        IRQF_DISABLED,
        .name =         "irq_move"
 };
 
@@ -600,7 +599,6 @@ static irqreturn_t dummy_handler (int irq, void *dev_id)
 
 static struct irqaction ipi_irqaction = {
        .handler =      handle_IPI,
-       .flags =        IRQF_DISABLED,
        .name =         "IPI"
 };
 
@@ -609,13 +607,11 @@ static struct irqaction ipi_irqaction = {
  */
 static struct irqaction resched_irqaction = {
        .handler =      dummy_handler,
-       .flags =        IRQF_DISABLED,
        .name =         "resched"
 };
 
 static struct irqaction tlb_irqaction = {
        .handler =      dummy_handler,
-       .flags =        IRQF_DISABLED,
        .name =         "tlb_flush"
 };