1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

Fix typo in glibc.tune.cpu name

This commit is contained in:
Siddhesh Poyarekar
2017-07-01 19:51:44 +05:30
parent 8466ee1cb7
commit 47ea614b9a
2 changed files with 6 additions and 1 deletions

View File

@@ -53,7 +53,7 @@ init_cpu_features (struct cpu_features *cpu_features)
#if HAVE_TUNABLES
/* Get the tunable override. */
const char *mcpu = TUNABLE_GET (glibc, tune, mcpu, const char *, NULL);
const char *mcpu = TUNABLE_GET (glibc, tune, cpu, const char *, NULL);
if (mcpu != NULL)
midr = get_midr_from_mcpu (mcpu);
#endif