From: Joseph Salisbury <jsalisb...@linux.microsoft.com> Sent: Saturday, September 26, 2020 7:26 AM > > In the architecture independent version of hyperv-tlfs.h, commit > c55a844f46f958b > removed the "X64" in the symbol names so they would make sense for both x86 > and > ARM64. That commit added aliases with the "X64" in the x86 version of > hyperv-tlfs.h > so that existing x86 code would continue to compile. > > As a cleanup, update the x86 code to use the symbols without the "X64", then > remove > the aliases. There's no functional change. > > Signed-off-by: Joseph Salisbury <joseph.salisb...@microsoft.com> > --- > arch/x86/hyperv/hv_init.c | 8 ++++---- > arch/x86/hyperv/hv_spinlock.c | 2 +- > arch/x86/include/asm/hyperv-tlfs.h | 33 ------------------------------ > arch/x86/kernel/cpu/mshyperv.c | 8 ++++---- > arch/x86/kvm/hyperv.c | 20 +++++++++--------- > 5 files changed, 19 insertions(+), 52 deletions(-) >
Reviewed-by: Michael Kelley <mikel...@microsoft.com>