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

Commit 442f56d9 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: intc: Set virtual IRQs as nothread.



Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent cfefd21e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -235,6 +235,11 @@ static void __init intc_subgroup_map(struct intc_desc_int *d)

		irq_set_handler_data(irq, (void *)entry->handle);

		/*
		 * Set the virtual IRQ as non-threadable.
		 */
		irq_set_nothread(irq);

		irq_set_chained_handler(entry->pirq, intc_virq_handler);
		add_virq_to_pirq(entry->pirq, irq);