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


Groups > linux.kernel > #1438009 > unrolled thread

[PATCH 3/3] x86: remove duplicate turbo ratio limit MSRs

Started bySrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
First post2016-07-07 01:10 +0200
Last post2016-07-07 01:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 3/3] x86: remove duplicate turbo ratio limit MSRs Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> - 2016-07-07 01:10 +0200

#1438009 — [PATCH 3/3] x86: remove duplicate turbo ratio limit MSRs

FromSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Date2016-07-07 01:10 +0200
Subject[PATCH 3/3] x86: remove duplicate turbo ratio limit MSRs
Message-ID<rS477-7bp-13@gated-at.bofh.it>
Remove MSR_NHM_TURBO_RATIO_LIMIT and MSR_IVT_TURBO_RATIO_LIMIT as
they are duplicate.

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
---
 arch/x86/include/asm/msr-index.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/x86/include/asm/msr-index.h b/arch/x86/include/asm/msr-index.h
index 5a73a9c..56f4c66 100644
--- a/arch/x86/include/asm/msr-index.h
+++ b/arch/x86/include/asm/msr-index.h
@@ -64,8 +64,6 @@
 
 #define MSR_OFFCORE_RSP_0		0x000001a6
 #define MSR_OFFCORE_RSP_1		0x000001a7
-#define MSR_NHM_TURBO_RATIO_LIMIT	0x000001ad
-#define MSR_IVT_TURBO_RATIO_LIMIT	0x000001ae
 #define MSR_TURBO_RATIO_LIMIT		0x000001ad
 #define MSR_TURBO_RATIO_LIMIT1		0x000001ae
 #define MSR_TURBO_RATIO_LIMIT2		0x000001af
-- 
2.5.5

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web