]> xenbits.xensource.com Git - xen.git/commitdiff
x86/cpuidle: add Westmere-EX support to hw residencies reading logic
authorJan Beulich <jbeulich@novell.com>
Mon, 9 Jul 2012 09:23:30 +0000 (10:23 +0100)
committerJan Beulich <jbeulich@novell.com>
Mon, 9 Jul 2012 09:23:30 +0000 (10:23 +0100)
This is in accordance with
http://software.intel.com/en-us/articles/intel-processor-identification-with-cpuid-model-and-family-numbers/

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Haitao Shan <maillists.shan@gmail.com>
xen-unstable changeset:   24261:64088ba60263
xen-unstable date:        Wed Nov 30 10:23:41 2011 +0100

xen/arch/x86/acpi/cpu_idle.c

index a8d160da81c0d587ea7894c94771cdf4475c9baa..6ae9d476a9a6b526d098b5fdbf255a9e365856b7 100644 (file)
@@ -111,6 +111,7 @@ static void do_get_hw_residencies(void *arg)
     /* Westmere */
     case 0x25:
     case 0x2C:
+    case 0x2F:
         GET_PC3_RES(hw_res->pc3);
         GET_PC6_RES(hw_res->pc6);
         GET_PC7_RES(hw_res->pc7);