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

Commit fdea77b8 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

arm: gic: Use proper accessor functions

parent ac93cdbd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -382,7 +382,7 @@ void __cpuinit gic_enable_ppi(unsigned int irq)
	unsigned long flags;

	local_irq_save(flags);
	irq_to_desc(irq)->status |= IRQ_NOPROBE;
	irq_set_status_flags(irq, IRQ_NOPROBE);
	gic_unmask_irq(irq_get_irq_data(irq));
	local_irq_restore(flags);
}