* [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
* Re: [PATCH] x86: remove duplicate rtit status MSR macro
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)
1 sibling, 0 replies; 3+ messages in thread
From: Borislav Petkov @ 2016-10-14 9:50 UTC (permalink / raw)
To: Longpeng(Mike)
Cc: tglx, mingo, hpa, x86, peterz, rafael.j.wysocki, len.brown, bp,
srinivas.pandruvada, ray.huang, Aravind.Gopalakrishnan,
alexander.shishkin, vladimir_zapolskiy, linux-kernel, wu.wubin,
zhaoshenglong
On Fri, Oct 14, 2016 at 08:42:20AM +0800, Longpeng(Mike) wrote:
> 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
> --
Acked-by: Borislav Petkov <bp@suse.de>
--
Regards/Gruss,
Boris.
ECO tip #101: Trim your mails when you reply.
^ permalink raw reply [flat|nested] 3+ messages in thread* [tip:x86/urgent] x86: Remove duplicate rtit status MSR macro
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-bot for Longpeng(Mike)
1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Longpeng(Mike) @ 2016-10-14 12:19 UTC (permalink / raw)
To: linux-tip-commits; +Cc: longpeng2, linux-kernel, tglx, bp, mingo, hpa
Commit-ID: c836eeda3e1e652d424bbbbb908f07eb7380448c
Gitweb: http://git.kernel.org/tip/c836eeda3e1e652d424bbbbb908f07eb7380448c
Author: Longpeng(Mike) <longpeng2@huawei.com>
AuthorDate: Fri, 14 Oct 2016 08:42:20 +0800
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitDate: Fri, 14 Oct 2016 14:14:20 +0200
x86: Remove duplicate rtit status MSR macro
The MSR_IA32_RTIT_STATUS is defined twice, so remove one.
Signed-off-by: Longpeng(Mike) <longpeng2@huawei.com>
Acked-by: Borislav Petkov <bp@suse.de>
Cc: len.brown@intel.com
Cc: peterz@infradead.org
Cc: rafael.j.wysocki@intel.com
Cc: alexander.shishkin@linux.intel.com
Cc: ray.huang@amd.com
Cc: Aravind.Gopalakrishnan@amd.com
Cc: wu.wubin@huawei.com
Cc: srinivas.pandruvada@linux.intel.com
Cc: zhaoshenglong@huawei.com
Cc: vladimir_zapolskiy@mentor.com
Link: http://lkml.kernel.org/r/1476405740-80816-1-git-send-email-longpeng2@huawei.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
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
^ 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.