tools/power/x86/intel-speed-select: Change display of "avx" to "avx2"
[sfrench/cifs-2.6.git] / tools / power / x86 / intel-speed-select / isst-display.c
index d330f7a90c7606246058c1084ead979a68a9c22f..b7d58f7c5b3e849435f633378959a144aefebccc 100644 (file)
@@ -449,7 +449,7 @@ void isst_ctdp_display_information(int cpu, FILE *outf, int tdp_level,
                                  DISP_FREQ_MULTIPLIER);
                        format_and_print(outf, base_level + 6, header, value);
                }
-               snprintf(header, sizeof(header), "turbo-ratio-limits-avx");
+               snprintf(header, sizeof(header), "turbo-ratio-limits-avx2");
                format_and_print(outf, base_level + 4, header, NULL);
                for (j = 0; j < 8; ++j) {
                        snprintf(header, sizeof(header), "bucket-%d", j);