Re: [PATCH] x86/alternatives: Make smp_text_poke_batch_process subsume smp_text_poke_batch_finish
From: Ingo Molnar
Date: Fri Apr 04 2025 - 05:55:53 EST
* Nikolay Borisov <nik.borisov@xxxxxxxx> wrote:
> Simplify the alternatives interface some more by moving the
> poke_batch_finish check into poke_batch_process and renaming the latter.
> The net effect is one less function name to consider when reading the
> code.
>
> Signed-off-by: Nikolay Borisov <nik.borisov@xxxxxxxx>
> ---
> arch/x86/kernel/alternative.c | 20 +++++++++-----------
> 1 file changed, 9 insertions(+), 11 deletions(-)
Applied, thanks!
Ingo