diff options
| -rw-r--r-- | tools/power/x86/turbostat/turbostat.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c index 96d8eafdd380..b15c84323b73 100644 --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c | |||
| @@ -3278,7 +3278,10 @@ void process_cpuid() | |||
| 3278 | switch(model) { | 3278 | switch(model) { |
| 3279 | case 0x4E: /* SKL */ | 3279 | case 0x4E: /* SKL */ |
| 3280 | case 0x5E: /* SKL */ | 3280 | case 0x5E: /* SKL */ |
| 3281 | crystal_hz = 24000000; /* 24 MHz */ | 3281 | crystal_hz = 24000000; /* 24.0 MHz */ |
| 3282 | break; | ||
| 3283 | case 0x5C: /* BXT */ | ||
| 3284 | crystal_hz = 19200000; /* 19.2 MHz */ | ||
| 3282 | break; | 3285 | break; |
| 3283 | default: | 3286 | default: |
| 3284 | crystal_hz = 0; | 3287 | crystal_hz = 0; |
