diff options
-rw-r--r-- | tools/power/x86/turbostat/turbostat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c index 59742600b7eb..af1f81053be9 100644 --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c | |||
@@ -4261,7 +4261,6 @@ void process_cpuid() | |||
4261 | case INTEL_FAM6_KABYLAKE_DESKTOP: /* KBL */ | 4261 | case INTEL_FAM6_KABYLAKE_DESKTOP: /* KBL */ |
4262 | crystal_hz = 24000000; /* 24.0 MHz */ | 4262 | crystal_hz = 24000000; /* 24.0 MHz */ |
4263 | break; | 4263 | break; |
4264 | case INTEL_FAM6_SKYLAKE_X: /* SKX */ | ||
4265 | case INTEL_FAM6_ATOM_DENVERTON: /* DNV */ | 4264 | case INTEL_FAM6_ATOM_DENVERTON: /* DNV */ |
4266 | crystal_hz = 25000000; /* 25.0 MHz */ | 4265 | crystal_hz = 25000000; /* 25.0 MHz */ |
4267 | break; | 4266 | break; |