Re: [PATCH RESEND 3/3] irqchip/apple-aic: Add a new "Global fast IPIs only" feature level

From: Thomas Gleixner
Date: Thu Aug 29 2024 - 09:12:47 EST


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