Re: [PATCH v2 13/25] genirq: Factor-in percpu irqaction creation
From: Jonathan Cameron
Date: Tue Sep 16 2025 - 12:17:30 EST
On Mon, 15 Sep 2025 09:56:50 +0100
Marc Zyngier <maz@xxxxxxxxxx> wrote:
> Move the code creating a per-cpu irqaction into its own helper, so that
> future changes to this code can be kept localised.
>
> At the same time, fix the documentation which appears to say the wrong
> thing when it comes to interrupts being automatically enabled
> (percpu_devid interrupts never are).
>
> Signed-off-by: Marc Zyngier <maz@xxxxxxxxxx>
Reviewed-by: Jonathan Cameron <jonathan.cameron@xxxxxxxxxx>