This is model 0x3a (decimal 58) as per the most recent SDM.
In vPMU code, also add a forgotten earlier model.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Xiantao Zhang<xiantao.zhang@intel.com>
switch ( c->x86_model )
{
+ /* Ivy bridge */
+ case 0x3A:
/* Sandy bridge */
case 0x2A:
case 0x2D:
case 37: case 44: case 47:
/* Sandy Bridge */
case 42: case 45:
+ /* Ivy Bridge */
+ case 58:
return nh_lbr;
break;
/* Atom */
case 26:
case 29:
case 42:
+ case 45:
case 46:
case 47:
+ case 58:
vpmu->arch_vpmu_ops = &core2_vpmu_ops;
return 0;
}