This commit is contained in:
parent
ae4dd354e3
commit
5f107c1092
@ -8,9 +8,10 @@ Git-repo: gitolite@ra.kernel.org:/pub/scm/linux/kernel/git/trenn/cpupower
|
|||||||
Signed-off-by: Thomas Renninger <trenn@suse.de>
|
Signed-off-by: Thomas Renninger <trenn@suse.de>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
man/cpupower-monitor.1 | 2 +-
|
||||||
utils/helpers/cpuid.c | 2 ++
|
utils/helpers/cpuid.c | 2 ++
|
||||||
utils/idle_monitor/snb_idle.c | 13 +++++++++++--
|
utils/idle_monitor/snb_idle.c | 13 +++++++++++--
|
||||||
2 files changed, 13 insertions(+), 2 deletions(-)
|
3 files changed, 14 insertions(+), 3 deletions(-)
|
||||||
|
|
||||||
Index: cpupower-3.4.rc6/utils/helpers/cpuid.c
|
Index: cpupower-3.4.rc6/utils/helpers/cpuid.c
|
||||||
===================================================================
|
===================================================================
|
||||||
@ -50,3 +51,16 @@ Index: cpupower-3.4.rc6/utils/idle_monitor/snb_idle.c
|
|||||||
|
|
||||||
is_valid = calloc(cpu_count, sizeof(int));
|
is_valid = calloc(cpu_count, sizeof(int));
|
||||||
for (num = 0; num < SNB_CSTATE_COUNT; num++) {
|
for (num = 0; num < SNB_CSTATE_COUNT; num++) {
|
||||||
|
Index: cpupower-3.4.rc6/man/cpupower-monitor.1
|
||||||
|
===================================================================
|
||||||
|
--- cpupower-3.4.rc6.orig/man/cpupower-monitor.1
|
||||||
|
+++ cpupower-3.4.rc6/man/cpupower-monitor.1
|
||||||
|
@@ -99,7 +99,7 @@ May work poorly on Linux-2.6.20 through
|
||||||
|
kernel frequency driver periodically cleared aperf/mperf registers in those
|
||||||
|
kernels.
|
||||||
|
|
||||||
|
-.SS "Nehalem" "SandyBridge"
|
||||||
|
+.SS "Nehalem" "SandyBridge" "IvyBridge"
|
||||||
|
Intel Core and Package sleep state counters.
|
||||||
|
Threads (hyperthreaded cores) may not be able to enter deeper core states if
|
||||||
|
its sibling is utilized.
|
||||||
|
Loading…
Reference in New Issue
Block a user