]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
x86/alternatives, um: Rename UML's text_poke_sync() wrapper to smp_text_poke_sync_eac...
authorIngo Molnar <mingo@kernel.org>
Mon, 14 Apr 2025 07:39:33 +0000 (09:39 +0200)
committerIngo Molnar <mingo@kernel.org>
Mon, 14 Apr 2025 07:42:22 +0000 (09:42 +0200)
Missed this UML wrapper in the rename.

Fixes: 6e4955a9d73e ("x86/alternatives: Rename 'text_poke_sync()' to 'smp_text_poke_sync_each_cpu()'")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/202504141003.kc69fVoj-lkp@intel.com
arch/um/kernel/um_arch.c

index d4b3b6742ec8fc133e50df918004cf3f33bc2c68..2f5ee045bc7a90e248bce585df084349b1e552ca 100644 (file)
@@ -477,7 +477,7 @@ void *text_poke_copy(void *addr, const void *opcode, size_t len)
        return text_poke(addr, opcode, len);
 }
 
-void text_poke_sync(void)
+void smp_text_poke_sync_each_cpu(void)
 {
 }