]> git.baikalelectronics.ru Git - kernel.git/commit
x86/hyperv: Remove aliases with X64 in their name
authorJoseph Salisbury <joseph.salisbury@microsoft.com>
Sat, 26 Sep 2020 14:26:26 +0000 (07:26 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 27 Sep 2020 09:34:54 +0000 (11:34 +0200)
commit7dd4198329f4361388d719e408b013e584a12dc4
treebd0856a148904cde58ff9106296b58963f00e444
parent73525749f2ac1f7018d2754773a5ab1b46c65ae8
x86/hyperv: Remove aliases with X64 in their name

In the architecture independent version of hyperv-tlfs.h, commit 7eeb074d78c55f7
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.salisbury@microsoft.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Link: https://lore.kernel.org/r/1601130386-11111-1-git-send-email-jsalisbury@linux.microsoft.com
arch/x86/hyperv/hv_init.c
arch/x86/hyperv/hv_spinlock.c
arch/x86/include/asm/hyperv-tlfs.h
arch/x86/kernel/cpu/mshyperv.c
arch/x86/kvm/hyperv.c