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 Define CPUID_CAPEX_FLAGS's bit 10 corre...



details:   https://anonhg.NetBSD.org/src/rev/8b760f639d0b
branches:  trunk
changeset: 459800:8b760f639d0b
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Sep 26 06:42:52 2019 +0000

description:
Define CPUID_CAPEX_FLAGS's bit 10 correctly.

diffstat:

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

diffs (18 lines):

diff -r 2071b39ba112 -r 8b760f639d0b sys/arch/x86/include/specialreg.h
--- a/sys/arch/x86/include/specialreg.h Thu Sep 26 05:55:33 2019 +0000
+++ b/sys/arch/x86/include/specialreg.h Thu Sep 26 06:42:52 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: specialreg.h,v 1.152 2019/09/09 05:28:32 msaitoh Exp $ */
+/*     $NetBSD: specialreg.h,v 1.153 2019/09/26 06:42:52 msaitoh Exp $ */
 
 /*
  * Copyright (c) 2014-2019 The NetBSD Foundation, Inc.
@@ -740,7 +740,7 @@
 #define CPUID_CAPEX_FLAGS      "\20"                                    \
        "\1CLZERO"      "\2IRPERF"      "\3XSAVEERPTR"                   \
        "\5RDPRU"                       "\7B6"                           \
-       "\11MCOMMIT"    "\12WBNOINVD"   "\12B10"                         \
+       "\11MCOMMIT"    "\12WBNOINVD"   "\13B10"                         \
        "\15IBPB"       "\16B13"        "\17IBRS"       "\20STIBP"       \
        "\21IBRS_ALWAYSON" "\22STIBP_ALWAYSON" "\23PREFER_IBRS" "\24B19" \
        "\31SSBD"       "\32VIRT_SSBD"  "\33SSB_NO"



Home | Main Index | Thread Index | Old Index