Module Name: src
Committed By: msaitoh
Date: Tue Oct 8 03:16:21 UTC 2019
Modified Files:
src/sys/arch/x86/include: specialreg.h
Log Message:
Fix AMD Fn8000_0001f %eax bit 0's name.
To generate a diff of this commit:
cvs rdiff -u -r1.154 -r1.155 src/sys/arch/x86/include/specialreg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/x86/include/specialreg.h
diff -u src/sys/arch/x86/include/specialreg.h:1.154 src/sys/arch/x86/include/specialreg.h:1.155
--- src/sys/arch/x86/include/specialreg.h:1.154 Thu Oct 3 15:21:44 2019
+++ src/sys/arch/x86/include/specialreg.h Tue Oct 8 03:16:21 2019
@@ -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"
/*