Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1438009
| From | Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/3] x86: remove duplicate turbo ratio limit MSRs |
| Date | 2016-07-07 01:10 +0200 |
| Message-ID | <rS477-7bp-13@gated-at.bofh.it> (permalink) |
| References | <rS477-7bp-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 3/3] x86: remove duplicate turbo ratio limit MSRs Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> - 2016-07-07 01:10 +0200
csiph-web