public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/release/2.34/master] x86: Use CHECK_FEATURE_PRESENT to check HLE [BZ #27398]
@ 2022-02-01 13:54 H.J. Lu
  0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 2022-02-01 13:54 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=aa601d024424c40ae9a69b0c4e394a70ea0570c8

commit aa601d024424c40ae9a69b0c4e394a70ea0570c8
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Mon Jan 24 19:33:43 2022 -0800

    x86: Use CHECK_FEATURE_PRESENT to check HLE [BZ #27398]
    
    HLE is disabled on blacklisted CPUs.  Use CHECK_FEATURE_PRESENT, instead
    of CHECK_FEATURE_ACTIVE, to check HLE.
    
    (cherry picked from commit 501246c5e2dfcc278f0ebbdb72345cdd239521c7)

Diff:
---
 sysdeps/x86/tst-cpu-features-supports.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/x86/tst-cpu-features-supports.c b/sysdeps/x86/tst-cpu-features-supports.c
index 9d76e6bd3f..faa5091b78 100644
--- a/sysdeps/x86/tst-cpu-features-supports.c
+++ b/sysdeps/x86/tst-cpu-features-supports.c
@@ -130,7 +130,7 @@ do_test (int argc, char **argv)
   fails += CHECK_FEATURE_ACTIVE (gfni, GFNI);
 #endif
 #if __GNUC_PREREQ (11, 0)
-  fails += CHECK_FEATURE_ACTIVE (hle, HLE);
+  fails += CHECK_FEATURE_PRESENT (hle, HLE);
   fails += CHECK_FEATURE_PRESENT (ibt, IBT);
   fails += CHECK_FEATURE_ACTIVE (lahf_lm, LAHF64_SAHF64);
   fails += CHECK_FEATURE_PRESENT (lm, LM);


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-02-01 13:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-01 13:54 [glibc/release/2.34/master] x86: Use CHECK_FEATURE_PRESENT to check HLE [BZ #27398] H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).