hwpmc_intel: List all Silvermont ids.
PR: 238310 Based on submission by: Masse Nicolas <nicolas.masse@stormshield.eu> MFC after: 1 week
This commit is contained in:
parent
523020341e
commit
2f3f46e7fb
@ -195,7 +195,11 @@ pmc_intel_initialize(void)
|
||||
cputype = PMC_CPU_INTEL_HASWELL;
|
||||
nclasses = 5;
|
||||
break;
|
||||
case 0x37:
|
||||
case 0x4A:
|
||||
case 0x4D: /* Per Intel document 330061-001 01/2014. */
|
||||
case 0x5A:
|
||||
case 0x5D:
|
||||
cputype = PMC_CPU_INTEL_ATOM_SILVERMONT;
|
||||
nclasses = 3;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user