]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
Revert "irqchip/armada-370-xp: Fix regression by clearing IRQ_NOAUTOEN"
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 18 May 2017 08:07:40 +0000 (10:07 +0200)
committerMarc Zyngier <marc.zyngier@arm.com>
Thu, 22 Jun 2017 13:13:33 +0000 (14:13 +0100)
This reverts commit 353d6d6c82e5d2533ba22e7f9fb081582bf50dc2, which is
no longer needed, now that the irq-armada-370-xp driver properly
re-enables per-CPU interrupt on both the boot CPU and secondary CPUs
after resume.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/irqchip/irq-armada-370-xp.c

index 1d4de6e73d5ddca5d46a5c317184c36f2d105668..577b42831de8af66598af19a5597606bca310cbe 100644 (file)
@@ -365,7 +365,6 @@ static int armada_370_xp_mpic_irq_map(struct irq_domain *h,
                                        handle_level_irq);
        }
        irq_set_probe(virq);
-       irq_clear_status_flags(virq, IRQ_NOAUTOEN);
 
        return 0;
 }