These Intel models were used in cellular basestations and not regarded as general purpose processors. - 0x5d (SoFIA LTE AOSP) - 0x6e (Cougar Mountain) - 0x5d (SoFIA 3G Granite/ES2.1)
Signed-off-by: Kevin Lampis <[email protected]> --- Changes in v2: - New patch based on review comments --- xen/arch/x86/hvm/vmx/vmx.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/xen/arch/x86/hvm/vmx/vmx.c b/xen/arch/x86/hvm/vmx/vmx.c index 82c55f49ae..e45060d403 100644 --- a/xen/arch/x86/hvm/vmx/vmx.c +++ b/xen/arch/x86/hvm/vmx/vmx.c @@ -550,7 +550,7 @@ static const struct lbr_info *__init get_model_specific_lbr(void) case 0x1c: case 0x26: case 0x27: case 0x35: case 0x36: return at_lbr; /* Silvermont */ - case 0x37: case 0x4a: case 0x4d: case 0x5a: case 0x5d: + case 0x37: case 0x4a: case 0x4d: case 0x5a: /* Airmont */ case 0x4c: return sm_lbr; @@ -3126,10 +3126,7 @@ static bool __init has_if_pschange_mc(void) case 0x4a: /* Merrifield */ case 0x5a: /* Moorefield */ case 0x5c: /* Goldmont */ - case 0x5d: /* SoFIA 3G Granite/ES2.1 */ - case 0x65: /* SoFIA LTE AOSP */ case 0x5f: /* Denverton */ - case 0x6e: /* Cougar Mountain */ case 0x75: /* Lightning Mountain */ case 0x7a: /* Gemini Lake */ case 0x86: /* Jacobsville */ -- 2.51.1
