All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86: remove duplicate rtit status MSR macro
@ 2016-10-14  0:42 Longpeng(Mike)
  2016-10-14  9:50 ` Borislav Petkov
  2016-10-14 12:19 ` [tip:x86/urgent] x86: Remove " tip-bot for Longpeng(Mike)
  0 siblings, 2 replies; 3+ messages in thread
From: Longpeng(Mike) @ 2016-10-14  0:42 UTC (permalink / raw)
  To: tglx, mingo, hpa, x86, peterz, rafael.j.wysocki, len.brown, bp,
	srinivas.pandruvada, ray.huang, Aravind.Gopalakrishnan,
	alexander.shishkin, vladimir_zapolskiy
  Cc: linux-kernel, wu.wubin, zhaoshenglong, longpeng2

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-10-14 12:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-14  0:42 [PATCH] x86: remove duplicate rtit status MSR macro Longpeng(Mike)
2016-10-14  9:50 ` Borislav Petkov
2016-10-14 12:19 ` [tip:x86/urgent] x86: Remove " tip-bot for Longpeng(Mike)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.