From 083204a0e219bbfe0a475fcd3dcd0a579be17b48 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 5 Apr 2023 09:21:27 -0700 Subject: [PATCH] platform.texi: Move LAM after LAHF64_SAHF64 Move LAM after LAHF64_SAHF64 to sort x86 features. Reviewed-by: Noah Goldstein --- manual/platform.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manual/platform.texi b/manual/platform.texi index d5fdc5bd05..c1cef570d2 100644 --- a/manual/platform.texi +++ b/manual/platform.texi @@ -391,15 +391,15 @@ the indirect branch predictor barrier (IBPB). @item @code{KL} -- AES Key Locker instructions. -@item -@code{LAM} -- Linear Address Masking. - @item @code{L1D_FLUSH} -- IA32_FLUSH_CMD MSR. @item @code{LAHF64_SAHF64} -- LAHF/SAHF available in 64-bit mode. +@item +@code{LAM} -- Linear Address Masking. + @item @code{LM} -- Long mode.