[PATCH RESEND 3/3] irqchip/apple-aic: Add a new "Global fast IPIs only" feature level
Thomas Gleixner
tglx at linutronix.de
Thu Aug 29 06:12:36 PDT 2024
On Thu, Aug 29 2024 at 19:02, Nick Chan wrote:
>
> + if (irqc->info.local_fast_ipi)
> + static_branch_enable(&use_local_fast_ipi);
> + else
> + static_branch_disable(&use_local_fast_ipi);
As you define the key to be true by default there is no point to enable
the branch some more. Copy & pasta ...
Thanks,
tglx
More information about the linux-arm-kernel
mailing list