From: Vincent Brillault Date: Thu, 12 Feb 2015 19:48:33 +0000 (+0100) Subject: Turbostat: remove 'future' Silvermont models X-Git-Tag: collectd-5.5.0~24^2~21 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=b163652f857d2a0c24760b28688ca1d5c470f800 Turbostat: remove 'future' Silvermont models These models are not yet supported by upstream Partial revert of 12bac3a7207cf264f41b69441454dbbbbad25782 --- diff --git a/src/turbostat.c b/src/turbostat.c index 6cd39a18..4c45016f 100644 --- a/src/turbostat.c +++ b/src/turbostat.c @@ -926,10 +926,7 @@ probe_cpu() break; /* Silvermont */ case 0x37: /* BYT */ - case 0x4A: case 0x4D: /* AVN */ - case 0x5A: - case 0x5D: do_core_cstate = (1 << 1) | (1 << 6); do_pkg_cstate = (1 << 6); break;