Skip to content

Commit

Permalink
fixes for sapphire rapids
Browse files Browse the repository at this point in the history
  • Loading branch information
rschoene committed Oct 24, 2023
1 parent 00ed0e2 commit 451d1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/architecture/architecture.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,11 @@ x86_energy_mechanisms_t* x86_energy_get_avail_mechanism(void)
supported[X86_ENERGY_COUNTER_DRAM] = true;
supported[X86_ENERGY_COUNTER_GPU] = true;
supported[X86_ENERGY_COUNTER_PLATFORM] = true;
is_intel = true;
break;
case 0x8f:
supported[X86_ENERGY_COUNTER_PCKG] = true;
supported[X86_ENERGY_COUNTER_DRAM] = true;
is_intel = true;
/* none of the above */
default:
X86_ENERGY_SET_ERROR("Not a recognized Intel processor (family 0x%x, model 0x%x)", cpu_family, cpu_model);
Expand Down

0 comments on commit 451d1c9

Please sign in to comment.