* 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