about summary refs log tree commit diff
path: root/sysdeps/x86/tst-string-rtm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86/tst-string-rtm.h')
-rw-r--r--sysdeps/x86/tst-string-rtm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86/tst-string-rtm.h b/sysdeps/x86/tst-string-rtm.h
index d2470afa1e..6f11f19a6e 100644
--- a/sysdeps/x86/tst-string-rtm.h
+++ b/sysdeps/x86/tst-string-rtm.h
@@ -26,7 +26,7 @@ static int
 do_test_1 (const char *name, unsigned int loop, int (*prepare) (void),
 	   int (*function) (void))
 {
-  if (!CPU_FEATURE_USABLE (RTM))
+  if (!CPU_FEATURE_ACTIVE (RTM))
     return EXIT_UNSUPPORTED;
 
   int status = prepare ();