diff options
Diffstat (limited to 'sysdeps/x86/tst-cpu-features-cpuinfo.c')
-rw-r--r-- | sysdeps/x86/tst-cpu-features-cpuinfo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/x86/tst-cpu-features-cpuinfo.c b/sysdeps/x86/tst-cpu-features-cpuinfo.c index 76bf5b2653..2d4927f5e5 100644 --- a/sysdeps/x86/tst-cpu-features-cpuinfo.c +++ b/sysdeps/x86/tst-cpu-features-cpuinfo.c @@ -55,7 +55,7 @@ get_cpuinfo (void) int check_proc (const char *proc_name, const char *search_name, int flag, - int usable, const char *name) + int active, const char *name) { int found = 0; @@ -79,7 +79,7 @@ check_proc (const char *proc_name, const char *search_name, int flag, if (found != flag) { - if (found || usable) + if (found || active) printf (" *** failure ***\n"); else { |