Skip to content

Commit

Permalink
Fix aperfmperf
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jun 30, 2014
1 parent 7849ee1 commit af3d36a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JSON/i-nex-cpuid.c
Original file line number Diff line number Diff line change
Expand Up @@ -852,8 +852,8 @@ int main(void)
printf(" \"96\": {\n");
printf(" \"VALUE\": %s \n", data.flags[CPU_FEATURE_APERFMPERF] ? "1 ," : "0 ,");
printf(" \"NAME\": \"CPU_FEATURE_APERFMPERF\",\n");
printf(" \"FEATURE\": \"mtrr\",\n");
printf(" \"WEBSITE\": \"aperfmperf\",\n");
printf(" \"FEATURE\": \"aperfmperf\",\n");
printf(" \"WEBSITE\": \"\",\n");
printf(" \"HAVEWEBSITE\": 0 ,\n");
printf(" \"DESC\": \"MPERF/APERF MSRs support\"\n");
printf(" },\n");
Expand Down

0 comments on commit af3d36a

Please sign in to comment.