x86: Remove duplicate TSC DEADLINE MSR definitions
authorDave Hansen <dave.hansen@linux.intel.com>
Thu, 5 Mar 2020 17:47:06 +0000 (09:47 -0800)
committerBorislav Petkov <bp@suse.de>
Mon, 8 Mar 2021 10:05:20 +0000 (11:05 +0100)
commit09141ec0e4efede4fb5e2aa68cb819fba974325c
treee8d8a28ea5f3c038b6d21da5c94fa4936dcb3af0
parenta38fd8748464831584a19438cbb3082b5a2dab15
x86: Remove duplicate TSC DEADLINE MSR definitions

There are two definitions for the TSC deadline MSR in msr-index.h,
one with an underscore and one without.  Axe one of them and move
all the references over to the other one.

 [ bp: Fixup the MSR define in handle_fastpath_set_msr_irqoff() too. ]

Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20200305174706.0D6B8EE4@viggo.jf.intel.com
arch/x86/include/asm/msr-index.h
arch/x86/kvm/x86.c
tools/arch/x86/include/asm/msr-index.h
tools/perf/trace/beauty/tracepoints/x86_msr.sh