aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86/dl-diagnostics-cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86/dl-diagnostics-cpu.c')
-rw-r--r--sysdeps/x86/dl-diagnostics-cpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/x86/dl-diagnostics-cpu.c b/sysdeps/x86/dl-diagnostics-cpu.c
index 5d04527ad1..715a9dd81f 100644
--- a/sysdeps/x86/dl-diagnostics-cpu.c
+++ b/sysdeps/x86/dl-diagnostics-cpu.c
@@ -62,8 +62,8 @@ _dl_diagnostics_cpu (void)
cpu_features->features[index].cpuid_array[reg]);
for (unsigned int reg = 0; reg < 4; ++reg)
print_cpu_feature_internal
- (index, "usable", reg,
- cpu_features->features[index].usable_array[reg]);
+ (index, "active", reg,
+ cpu_features->features[index].active_array[reg]);
}
/* The preferred indicators are not part of the ABI and need to be