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

Commit 86cc8dfc authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

x86: apb_timer: Fixup genirq fallout



The lonely user of the internal interface was not in the coccinelle
script.

Reported-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 353c8ed4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -316,7 +316,7 @@ static void apbt_setup_irq(struct apbt_dev *adev)
	irq_modify_status(adev->irq, 0, IRQ_MOVE_PCNTXT);
	irq_set_affinity(adev->irq, cpumask_of(adev->cpu));
	/* APB timer irqs are set up as mp_irqs, timer is edge type */
	__set_irq_handler(adev->irq, handle_edge_irq, 0, "edge");
	__irq_set_handler(adev->irq, handle_edge_irq, 0, "edge");

	if (system_state == SYSTEM_BOOTING) {
		if (request_irq(adev->irq, apbt_interrupt_handler,