diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2023-04-05 09:21:29 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2023-04-05 14:46:10 -0700 |
commit | 09cc5fee2165c7be14907e6597373b0cd35803f3 (patch) | |
tree | a2bcc80f3bfbb18503be8a0e6041e5a2359a70ff /manual | |
parent | 8c8e39116604fcd1101658f31dd136754a4aca6e (diff) | |
download | glibc-09cc5fee2165c7be14907e6597373b0cd35803f3.tar.gz glibc-09cc5fee2165c7be14907e6597373b0cd35803f3.tar.xz glibc-09cc5fee2165c7be14907e6597373b0cd35803f3.zip |
<sys/platform/x86.h>: Add BUS_LOCK_DETECT support
Add Bus lock debug exceptions (BUS_LOCK_DETECT) support to <sys/platform/x86.h>. Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com>
Diffstat (limited to 'manual')
-rw-r--r-- | manual/platform.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manual/platform.texi b/manual/platform.texi index 9251b63e47..78ee39f650 100644 --- a/manual/platform.texi +++ b/manual/platform.texi @@ -277,6 +277,9 @@ extensions. @code{BMI2} -- BMI2 instructions. @item +@code{BUS_LOCK_DETECT} -- Bus lock debug exceptions. + +@item @code{CLDEMOTE} -- CLDEMOTE instruction. @item |