Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1957b7bf authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Marc Zyngier
Browse files

Revert "irqchip/armada-370-xp: Fix regression by clearing IRQ_NOAUTOEN"



This reverts commit 353d6d6c, 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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
parent 0fa4ce74
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
}