Re: [PATCH v2 3/8] x86, lib: Drop the unused return value from wbinvd_on_all_cpus()
From: Ingo Molnar
Date: Sat May 17 2025 - 02:48:19 EST
* Sean Christopherson <seanjc@xxxxxxxxxx> wrote:
> 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@xxxxxxxxxx>
> ---
> arch/x86/include/asm/smp.h | 5 ++---
> arch/x86/lib/cache-smp.c | 3 +--
> 2 files changed, 3 insertions(+), 5 deletions(-)
Reviewed-by: Ingo Molnar <mingo@xxxxxxxxxx>
Thanks,
Ingo