aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2021-02-02 06:49:02 -0800
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-02-17 21:40:41 +0100
commitd8eae821451d6fa1fd5498ca3b1c85349a56d97e (patch)
tree67a983fa59fc3bdf0bb8ef7dafec3dbe9e560c28
parentsocket: Do not use AF_NETLINK in __opensock (diff)
downloadglibc-d8eae821451d6fa1fd5498ca3b1c85349a56d97e.tar.gz
glibc-d8eae821451d6fa1fd5498ca3b1c85349a56d97e.tar.bz2
glibc-d8eae821451d6fa1fd5498ca3b1c85349a56d97e.zip
<bits/platform/x86.h>: Correct x86_cpu_TBM
x86_cpu_TBM should be x86_cpu_index_80000001_ecx + 21. (cherry picked from commit ba230b6387fc0ccba60d2ff6759f7e326ba7bf3e) (cherry picked from commit 211cce703d0fa86094c567eb4f9fc6943b5850a5)
-rw-r--r--sysdeps/x86/bits/platform/x86.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86/bits/platform/x86.h b/sysdeps/x86/bits/platform/x86.h
index 2cf898ff7c..1b4d6dab69 100644
--- a/sysdeps/x86/bits/platform/x86.h
+++ b/sysdeps/x86/bits/platform/x86.h
@@ -244,7 +244,7 @@ enum
x86_cpu_XOP = x86_cpu_index_80000001_ecx + 11,
x86_cpu_LWP = x86_cpu_index_80000001_ecx + 15,
x86_cpu_FMA4 = x86_cpu_index_80000001_ecx + 16,
- x86_cpu_TBM = x86_cpu_index_80000001_ecx + 20,
+ x86_cpu_TBM = x86_cpu_index_80000001_ecx + 21,
x86_cpu_index_80000001_edx
= (CPUID_INDEX_80000001 * 8 * 4 * sizeof (unsigned int)