pmc: add alderlake model

The commit 601925180d added the models 6-B7, 6-BA, 6-BF to libpmc, but
they must also be added to the hwpmc module to allow pmc to work on
those CPUs.

Reviewed by:	mhorne
MFC after:	1 week
Fixes:		601925180d ("libpmc: add more alderlake models")
Sponsored by:	Stormshield
Differential Revision:	https://reviews.freebsd.org/D49255
This commit is contained in:
Anaëlle CAZUC
2025-12-04 13:32:39 -04:00
committed by Mitchell Horne
parent 575efcfff2
commit 057dae35ff
+3
View File
@@ -211,6 +211,9 @@ pmc_intel_initialize(void)
break;
case 0x97:
case 0x9A:
case 0xB7:
case 0xBA:
case 0xBF:
cputype = PMC_CPU_INTEL_ALDERLAKE;
nclasses = 3;
break;