about summary refs log tree commit diff
path: root/sysdeps/x86/bits/platform
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2023-04-05 09:21:37 -0700
committerH.J. Lu <hjl.tools@gmail.com>2023-04-05 14:46:10 -0700
commit227983551d3b590e1a9ed4e81d793b7f6abfadd2 (patch)
treeb92ecd02977f148c0efc78a1af7da93fb90cb5e5 /sysdeps/x86/bits/platform
parenta00db8305db02231cea6e3806d86526d209a580c (diff)
downloadglibc-227983551d3b590e1a9ed4e81d793b7f6abfadd2.tar.gz
glibc-227983551d3b590e1a9ed4e81d793b7f6abfadd2.tar.xz
glibc-227983551d3b590e1a9ed4e81d793b7f6abfadd2.zip
<sys/platform/x86.h>: Add WRMSRNS support
Add WRMSRNS support to <sys/platform/x86.h>.
Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com>
Diffstat (limited to 'sysdeps/x86/bits/platform')
-rw-r--r--sysdeps/x86/bits/platform/x86.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86/bits/platform/x86.h b/sysdeps/x86/bits/platform/x86.h
index 74b7f951e1..2a15ad937a 100644
--- a/sysdeps/x86/bits/platform/x86.h
+++ b/sysdeps/x86/bits/platform/x86.h
@@ -297,6 +297,7 @@ enum
   x86_cpu_FZLRM			= x86_cpu_index_7_ecx_1_eax + 10,
   x86_cpu_FSRS			= x86_cpu_index_7_ecx_1_eax + 11,
   x86_cpu_FSRCS			= x86_cpu_index_7_ecx_1_eax + 12,
+  x86_cpu_WRMSRNS		= x86_cpu_index_7_ecx_1_eax + 19,
   x86_cpu_HRESET		= x86_cpu_index_7_ecx_1_eax + 22,
   x86_cpu_LAM			= x86_cpu_index_7_ecx_1_eax + 26,