pmc: add alderlake model
The commit601925180dadded 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:
committed by
Mitchell Horne
parent
575efcfff2
commit
057dae35ff
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user