diff options
author | Dave Hansen <dave.hansen@linux.intel.com> | 2020-03-05 20:47:06 +0300 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2021-03-08 13:05:20 +0300 |
commit | 09141ec0e4efede4fb5e2aa68cb819fba974325c (patch) | |
tree | e8d8a28ea5f3c038b6d21da5c94fa4936dcb3af0 /tools/arch | |
parent | a38fd8748464831584a19438cbb3082b5a2dab15 (diff) | |
download | linux-09141ec0e4efede4fb5e2aa68cb819fba974325c.tar.xz |
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
Diffstat (limited to 'tools/arch')
-rw-r--r-- | tools/arch/x86/include/asm/msr-index.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/arch/x86/include/asm/msr-index.h b/tools/arch/x86/include/asm/msr-index.h index 546d6ecf0a35..45029354e0a8 100644 --- a/tools/arch/x86/include/asm/msr-index.h +++ b/tools/arch/x86/include/asm/msr-index.h @@ -628,8 +628,6 @@ #define MSR_IA32_APICBASE_ENABLE (1<<11) #define MSR_IA32_APICBASE_BASE (0xfffff<<12) -#define MSR_IA32_TSCDEADLINE 0x000006e0 - #define MSR_IA32_UCODE_WRITE 0x00000079 #define MSR_IA32_UCODE_REV 0x0000008b |