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