diff mbox series

[02/19] platform.texi: Move LAM after LAHF64_SAHF64

Message ID 20230405162144.984598-3-hjl.tools@gmail.com
State New
Headers show
Series <sys/platform/x86.h>: Update CPUID features | expand

Commit Message

H.J. Lu April 5, 2023, 4:21 p.m. UTC
Move LAM after LAHF64_SAHF64 to sort x86 features.
---
 manual/platform.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Noah Goldstein April 5, 2023, 9:02 p.m. UTC | #1
On Wed, Apr 5, 2023 at 11:21 AM H.J. Lu via Libc-alpha
<libc-alpha@sourceware.org> wrote:
>
> Move LAM after LAHF64_SAHF64 to sort x86 features.
> ---
>  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.
>
> --
> 2.39.2
>
LGTM
Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com>
diff mbox series

Patch

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.