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 Print CPUID_PBE (Pending Break Enable) ...



details:   https://anonhg.NetBSD.org/src/rev/7d9817ed1d81
branches:  trunk
changeset: 987524:7d9817ed1d81
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Sep 30 15:54:55 2021 +0000

description:
Print CPUID_PBE (Pending Break Enable) with "PBE".

diffstat:

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

diffs (18 lines):

diff -r 1ffdd63c7dbe -r 7d9817ed1d81 sys/arch/x86/include/specialreg.h
--- a/sys/arch/x86/include/specialreg.h Thu Sep 30 12:35:55 2021 +0000
+++ b/sys/arch/x86/include/specialreg.h Thu Sep 30 15:54:55 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: specialreg.h,v 1.177 2021/07/10 17:08:37 msaitoh Exp $ */
+/*     $NetBSD: specialreg.h,v 1.178 2021/09/30 15:54:55 msaitoh Exp $ */
 
 /*
  * Copyright (c) 2014-2020 The NetBSD Foundation, Inc.
@@ -213,7 +213,7 @@
        "\21" "PAT"     "\22" "PSE36"   "\23" "PN"      "\24" "CLFLUSH" \
        "\25" "B20"     "\26" "DS"      "\27" "ACPI"    "\30" "MMX" \
        "\31" "FXSR"    "\32" "SSE"     "\33" "SSE2"    "\34" "SS" \
-       "\35" "HTT"     "\36" "TM"      "\37" "IA64"    "\40" "SBF"
+       "\35" "HTT"     "\36" "TM"      "\37" "IA64"    "\40" "PBE"
 
 /* Blacklists of CPUID flags - used to mask certain features */
 #ifdef XENPV



Home | Main Index | Thread Index | Old Index