svn commit: r360515 - stable/12/sys/dev/hwpmc

Alexander Motin mav at FreeBSD.org
Fri May 1 00:40:19 UTC 2020


Author: mav
Date: Fri May  1 00:40:18 2020
New Revision: 360515
URL: https://svnweb.freebsd.org/changeset/base/360515

Log:
  MFC r360266: Add family 0x5F (Denverton) to PMC_CPU_INTEL_ATOM_GOLDMONT.
  
  According to the 325462-071US document, they should be the same.

Modified:
  stable/12/sys/dev/hwpmc/hwpmc_intel.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/dev/hwpmc/hwpmc_intel.c
==============================================================================
--- stable/12/sys/dev/hwpmc/hwpmc_intel.c	Fri May  1 00:36:14 2020	(r360514)
+++ stable/12/sys/dev/hwpmc/hwpmc_intel.c	Fri May  1 00:40:18 2020	(r360515)
@@ -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-stable mailing list