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:
@@ -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
|
||||
|
Reference in New Issue
Block a user