]> git.ipfire.org Git - thirdparty/linux.git/commit
x86/lib: Drop the unused return value from wbinvd_on_all_cpus()
authorSean Christopherson <seanjc@google.com>
Thu, 22 May 2025 23:37:26 +0000 (16:37 -0700)
committerBorislav Petkov (AMD) <bp@alien8.de>
Thu, 10 Jul 2025 11:13:26 +0000 (13:13 +0200)
commite638081751a292560a8aed36ec72e8f65b057892
tree2a70788b8005288b1468fa258d66918cee3b9a52
parent1d738dbb252f66dd909a662d85c67b93314d7ae7
x86/lib: Drop the unused return value from wbinvd_on_all_cpus()

Drop wbinvd_on_all_cpus()'s return value; both the "real" version and the
stub always return '0', and none of the callers check the return.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/20250522233733.3176144-3-seanjc@google.com
arch/x86/include/asm/smp.h
arch/x86/lib/cache-smp.c