commit
6d112f2b50 ("x86/vPMU: change Intel model numbers from decimal
to hex") translated 47 to 0x27, now corrected to 0x2f.
Signed-off-by: Alan Robinson <Alan.Robinson@ts.fujitsu.com>
Signed-off-by: Dietmar Hahn <Dietmar.Hahn@ts.fujitsu.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
/* Westmere: */
case 0x25: /* 32 nm nehalem, "Clarkdale", "Arrandale" */
case 0x2c: /* 32 nm nehalem, "Gulftown", "Westmere-EP" */
- case 0x27: /* 32 nm Westmere-EX */
+ case 0x2f: /* 32 nm Westmere-EX */
case 0x3a: /* IvyBridge */
case 0x3e: /* IvyBridge EP */