[v1.02][ARM] Fixed M2 bug, support for M2 should now be complete

This commit is contained in:
Dr-Noob
2022-09-05 18:17:03 +02:00
parent dfec2a65d2
commit ecce0354e5

View File

@@ -346,6 +346,7 @@ struct cpuInfo* get_cpu_info_mach(struct cpuInfo* cpu) {
}
else if(cpu_family == CPUFAMILY_ARM_AVALANCHE_BLIZZARD) {
// Just the "normal" M2 exists for now
cpu->num_cpus = 2;
fill_cpu_info_avalanche_blizzard(cpu, 4, 4);
cpu->soc = get_soc();
cpu->peak_performance = get_peak_performance(cpu);