Add family 0x5F (Denverton) to PMC_CPU_INTEL_ATOM_GOLDMONT.

According to the 325462-071US document, they should be the same.

MFC after:	1 week
This commit is contained in:
Alexander Motin 2020-04-24 15:09:30 +00:00
parent f75d5ee735
commit bbdddb8014

View File

@ -204,6 +204,7 @@ pmc_intel_initialize(void)
nclasses = 3; nclasses = 3;
break; break;
case 0x5C: /* Per Intel document 325462-071US 10/2019. */ case 0x5C: /* Per Intel document 325462-071US 10/2019. */
case 0x5F:
cputype = PMC_CPU_INTEL_ATOM_GOLDMONT; cputype = PMC_CPU_INTEL_ATOM_GOLDMONT;
nclasses = 3; nclasses = 3;
break; break;