Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/include Fix printb string for LA57



details:   https://anonhg.NetBSD.org/src/rev/64fb2e218269
branches:  trunk
changeset: 938410:64fb2e218269
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Mon Sep 07 13:19:20 2020 +0000

description:
Fix printb string for LA57

diffstat:

 sys/arch/x86/include/specialreg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f358eb587efd -r 64fb2e218269 sys/arch/x86/include/specialreg.h
--- a/sys/arch/x86/include/specialreg.h Mon Sep 07 10:45:23 2020 +0000
+++ b/sys/arch/x86/include/specialreg.h Mon Sep 07 13:19:20 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: specialreg.h,v 1.174 2020/09/07 03:03:09 msaitoh Exp $ */
+/*     $NetBSD: specialreg.h,v 1.175 2020/09/07 13:19:20 jakllsch Exp $        */
 
 /*
  * Copyright (c) 2014-2020 The NetBSD Foundation, Inc.
@@ -470,7 +470,7 @@
        "b\4OSPKE\0"    "b\5WAITPKG\0"  "b\6AVX512_VBMI2\0" "b\7CET_SS\0" \
        "b\10GFNI\0"    "b\11VAES\0"    "b\12VPCLMULQDQ\0" "b\13AVX512_VNNI\0"\
        "b\14AVX512_BITALG\0"           "b\16AVX512_VPOPCNTDQ\0"        \
-       "b\20\LA57\0"                                                   \
+       "b\20LA57\0"                                                    \
        "f\21\5MAWAU\0"                                                 \
                                        "b\26RDPID\0"                   \
                        "b\31CLDEMOTE\0"                "b\33MOVDIRI\0" \



Home | Main Index | Thread Index | Old Index