Skip to content

Commit

Permalink
Fix code formatting on Fracesco's PR
Browse files Browse the repository at this point in the history
  • Loading branch information
tpatki committed Jun 14, 2024
1 parent 27c0245 commit c8d1814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/variorum/Intel/Intel_06_8F.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ static struct sapphire_rapids_6a_offsets msrs =
.ia32_perf_global_ctrl = 0x38F,
.ia32_mperf = 0xE7,
.ia32_aperf = 0xE8,

};

int intel_cpu_fm_06_8f_cap_power_limits(int package_power_limit)
Expand Down
2 changes: 1 addition & 1 deletion src/variorum/Intel/config_intel.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ int set_intel_func_ptrs(int idx)
else if (*g_platform[idx].arch_id == FM_06_8F)
{
g_platform[idx].variorum_print_power_limit = fm_06_8f_get_power_limits;
g_platform[idx].variorum_cap_each_socket_power_limit =
g_platform[idx].variorum_cap_each_socket_power_limit =
intel_cpu_fm_06_8f_cap_power_limits;
g_platform[idx].variorum_cap_best_effort_node_power_limit =
intel_cpu_fm_06_8f_cap_best_effort_node_power_limit;
Expand Down

0 comments on commit c8d1814

Please sign in to comment.