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 AMD Fn8000_0001f %eax bit 0's name.
details: https://anonhg.NetBSD.org/src/rev/2a07ec9eb54c
branches: trunk
changeset: 460102:2a07ec9eb54c
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Tue Oct 08 03:16:21 2019 +0000
description:
Fix AMD Fn8000_0001f %eax bit 0's name.
diffstat:
sys/arch/x86/include/specialreg.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d170a12465db -r 2a07ec9eb54c sys/arch/x86/include/specialreg.h
--- a/sys/arch/x86/include/specialreg.h Tue Oct 08 02:47:07 2019 +0000
+++ b/sys/arch/x86/include/specialreg.h Tue Oct 08 03:16:21 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: specialreg.h,v 1.154 2019/10/03 15:21:44 msaitoh Exp $ */
+/* $NetBSD: specialreg.h,v 1.155 2019/10/08 03:16:21 msaitoh Exp $ */
/*
* Copyright (c) 2014-2019 The NetBSD Foundation, Inc.
@@ -792,7 +792,7 @@
#define CPUID_AMD_ENCMEM_VTE __BIT(16) /* Virtual Transparent Encryption */
#define CPUID_AMD_ENCMEM_FLAGS "\20" \
- "\1" "NP" "\2" "SEV" "\3" "PageFlushMsr" "\4" "SEV-ES" \
+ "\1" "SME" "\2" "SEV" "\3" "PageFlushMsr" "\4" "SEV-ES" \
"\21" "VTE"
/*
Home |
Main Index |
Thread Index |
Old Index