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:
mav 2020-04-24 15:09:30 +00:00
parent 2bb38765ce
commit 6ae6fec872

View File

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