On 7/17/2025 11:55 PM, mhkelle...@gmail.com wrote: > From: Michael Kelley <mhkli...@outlook.com> > > All open coded uses of hyperv_pcpu_input_arg and hyperv_pcpu_ouput_arg > have been replaced by hv_setup_*() functions. So combine > hyperv_pcpu_input_arg and hyperv_pcpu_output_arg in a single > hyperv_pcpu_arg. Remove logic for managing a separate output arg. Fixup > comment references to the old variable names. > > Signed-off-by: Michael Kelley <mhkli...@outlook.com> > --- > arch/x86/hyperv/hv_init.c | 6 ++-- > drivers/hv/hv.c | 2 +- > drivers/hv/hv_common.c | 55 ++++++++++------------------------ > drivers/hv/hyperv_vmbus.h | 2 +- > include/asm-generic/mshyperv.h | 6 +--- > 5 files changed, 22 insertions(+), 49 deletions(-) >
Reviewed-by: Nuno Das Neves <nunodasne...@linux.microsoft.com>