diff --git a/cpupower-ivy_bridge_support.patch b/cpupower-ivy_bridge_support.patch index 99abf29..2eeaf1a 100644 --- a/cpupower-ivy_bridge_support.patch +++ b/cpupower-ivy_bridge_support.patch @@ -8,9 +8,10 @@ Git-repo: gitolite@ra.kernel.org:/pub/scm/linux/kernel/git/trenn/cpupower Signed-off-by: Thomas Renninger --- + man/cpupower-monitor.1 | 2 +- utils/helpers/cpuid.c | 2 ++ 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 =================================================================== @@ -50,3 +51,16 @@ Index: cpupower-3.4.rc6/utils/idle_monitor/snb_idle.c is_valid = calloc(cpu_count, sizeof(int)); 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.