Skip to content

Commit

Permalink
corrected intel/amd define in cntd_t
Browse files Browse the repository at this point in the history
  • Loading branch information
cpt-harlock committed Jan 23, 2025
1 parent 64280e7 commit a40855e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cntd.h
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ typedef struct {
int userspace_governor;

int nom_freq_mhz;
#ifdef INTEL
#if (defined INTEL || defined AMD)
_Bool hwp_usage;
int msr_fd;
int energy_pkg_fd[MAX_NUM_SOCKETS];
Expand Down

0 comments on commit a40855e

Please sign in to comment.