projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1338ab9
)
Turbostat: remove 'future' Silvermont models
author
Vincent Brillault
<git@lerya.net>
Thu, 12 Feb 2015 19:48:33 +0000
(20:48 +0100)
committer
Vincent Brillault
<git@lerya.net>
Sat, 28 Feb 2015 06:35:42 +0000
(07:35 +0100)
These models are not yet supported by upstream
Partial revert of
12bac3a7207cf264f41b69441454dbbbbad25782
src/turbostat.c
patch
|
blob
|
history
diff --git
a/src/turbostat.c
b/src/turbostat.c
index
6cd39a1
..
4c45016
100644
(file)
--- 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;