eal: move cpu flags out of headers
[dpdk.git] / lib / librte_eal / common / eal_common_cpuflags.c
index 8ba7b30..9ba9b1e 100644 (file)
@@ -79,7 +79,7 @@ rte_cpu_check_supported(void)
                        fprintf(stderr,
                                "ERROR: This system does not support \"%s\".\n"
                                "Please check that RTE_MACHINE is set correctly.\n",
-                               cpu_feature_table[compile_time_flags[i]].name);
+                               rte_cpu_feature_table[compile_time_flags[i]].name);
                        exit(1);
                }
        }