mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 16:00:39 +01:00
FIX
This commit is contained in:
@@ -573,10 +573,13 @@ struct cpuInfo* get_cpu_info(void) {
|
|||||||
// after fetching the topology for all CPU modules (this information
|
// after fetching the topology for all CPU modules (this information
|
||||||
// is required by get_frequency_info)
|
// is required by get_frequency_info)
|
||||||
if (accurate_pp()) {
|
if (accurate_pp()) {
|
||||||
|
int32_t unused;
|
||||||
int32_t *max_freq_pp_vec = NULL;
|
int32_t *max_freq_pp_vec = NULL;
|
||||||
ptr = cpu;
|
ptr = cpu;
|
||||||
|
|
||||||
for (uint32_t i=0; i < cpu->num_cpus; i++) {
|
for (uint32_t i=0; i < cpu->num_cpus; i++) {
|
||||||
|
set_cpu_module(i, cpu->num_cpus, &unused);
|
||||||
|
|
||||||
ptr->freq = get_frequency_info(ptr, accurate_pp(), &max_freq_pp_vec);
|
ptr->freq = get_frequency_info(ptr, accurate_pp(), &max_freq_pp_vec);
|
||||||
ptr = ptr->next_cpu;
|
ptr = ptr->next_cpu;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user