Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1500652

[PATCH] x86: remove duplicate rtit status MSR macro

From "Longpeng(Mike)" <longpeng2@huawei.com>
Newsgroups linux.kernel
Subject [PATCH] x86: remove duplicate rtit status MSR macro
Date 2016-10-14 02:50 +0200
Message-ID <srYRb-2nn-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


The MSR_IA32_RTIT_STATUS has defined twice, so remove one.

Signed-off-by: Longpeng(Mike) <longpeng2@huawei.com>
---
 arch/x86/include/asm/msr-index.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/include/asm/msr-index.h b/arch/x86/include/asm/msr-index.h
index 56f4c66..78f3760 100644
--- a/arch/x86/include/asm/msr-index.h
+++ b/arch/x86/include/asm/msr-index.h
@@ -88,7 +88,6 @@
 
 #define MSR_IA32_RTIT_CTL		0x00000570
 #define MSR_IA32_RTIT_STATUS		0x00000571
-#define MSR_IA32_RTIT_STATUS		0x00000571
 #define MSR_IA32_RTIT_ADDR0_A		0x00000580
 #define MSR_IA32_RTIT_ADDR0_B		0x00000581
 #define MSR_IA32_RTIT_ADDR1_A		0x00000582
-- 
1.8.3.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] x86: remove duplicate rtit status MSR macro "Longpeng(Mike)" <longpeng2@huawei.com> - 2016-10-14 02:50 +0200
  Re: [PATCH] x86: remove duplicate rtit status MSR macro Borislav Petkov <bp@alien8.de> - 2016-10-14 12:00 +0200
  [tip:x86/urgent] x86: Remove duplicate rtit status MSR macro "tip-bot for Longpeng(Mike)" <tipbot@zytor.com> - 2016-10-14 14:30 +0200

csiph-web