[v1.02][x86] Small fixes to hybrid core detection

This commit is contained in:
Dr-Noob
2022-11-05 18:28:10 +00:00
parent 1eb1a5246e
commit 77510c260a
4 changed files with 16 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ struct apic {
uint32_t* cache_id_apic;
};
bool get_topology_from_apic(struct cpuInfo* cpu, struct topology* topo, int module);
bool get_topology_from_apic(struct cpuInfo* cpu, struct topology* topo);
uint32_t is_smt_enabled_amd(struct topology* topo);
#ifndef __APPLE__