svn commit: r360266 - head/sys/dev/hwpmc

Alexander Motin mav at FreeBSD.org
Fri Apr 24 15:09:31 UTC 2020


Author: mav
Date: Fri Apr 24 15:09:30 2020
New Revision: 360266
URL: https://svnweb.freebsd.org/changeset/base/360266

Log:
  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

Modified:
  head/sys/dev/hwpmc/hwpmc_intel.c

Modified: head/sys/dev/hwpmc/hwpmc_intel.c
==============================================================================
--- head/sys/dev/hwpmc/hwpmc_intel.c	Fri Apr 24 15:02:05 2020	(r360265)
+++ head/sys/dev/hwpmc/hwpmc_intel.c	Fri Apr 24 15:09:30 2020	(r360266)
@@ -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;


More information about the svn-src-head mailing list