From b163652f857d2a0c24760b28688ca1d5c470f800 Mon Sep 17 00:00:00 2001 From: Vincent Brillault Date: Thu, 12 Feb 2015 20:48:33 +0100 Subject: [PATCH] Turbostat: remove 'future' Silvermont models These models are not yet supported by upstream Partial revert of 12bac3a7207cf264f41b69441454dbbbbad25782 --- src/turbostat.c | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.11.0