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


Groups > linux.kernel > #1424673 > unrolled thread

[PATCH 01/10] Revert "x86/tsc: Add missing Cherrytrail frequency to the table"

Started byLen Brown <lenb@kernel.org>
First post2016-06-17 07:30 +0200
Last post2016-06-17 07:30 +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 01/10] Revert "x86/tsc: Add missing Cherrytrail frequency to the table" Len Brown <lenb@kernel.org> - 2016-06-17 07:30 +0200

#1424673 — [PATCH 01/10] Revert "x86/tsc: Add missing Cherrytrail frequency to the table"

FromLen Brown <lenb@kernel.org>
Date2016-06-17 07:30 +0200
Subject[PATCH 01/10] Revert "x86/tsc: Add missing Cherrytrail frequency to the table"
Message-ID<rKUvU-2ml-37@gated-at.bofh.it>
From: Len Brown <len.brown@intel.com>

This reverts commit e2724e9d969294879936daf7833d4adda26c8efc.

as it is incomplete, and is replaced by a more complete
pach later in this series.

Signed-off-by: Len Brown <len.brown@intel.com>
---
 arch/x86/kernel/tsc_msr.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/x86/kernel/tsc_msr.c b/arch/x86/kernel/tsc_msr.c
index 9911a06..6aa0f4d 100644
--- a/arch/x86/kernel/tsc_msr.c
+++ b/arch/x86/kernel/tsc_msr.c
@@ -23,7 +23,6 @@
 #include <asm/param.h>
 
 /* CPU reference clock frequency: in KHz */
-#define FREQ_80		80000
 #define FREQ_83		83200
 #define FREQ_100	99840
 #define FREQ_133	133200
@@ -57,8 +56,6 @@ static struct freq_desc freq_desc_tables[] = {
 	{ 6, 0x37, 1, { FREQ_83, FREQ_100, FREQ_133, FREQ_166, 0, 0, 0, 0 } },
 	/* ANN */
 	{ 6, 0x5a, 1, { FREQ_83, FREQ_100, FREQ_133, FREQ_100, 0, 0, 0, 0 } },
-	/* AIRMONT */
-	{ 6, 0x4c, 1, { FREQ_83, FREQ_100, FREQ_133, FREQ_166, FREQ_80,	0, 0, 0 } },
 };
 
 static int match_cpu(u8 family, u8 model)
-- 
2.9.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web