svn commit: r336082 - stable/11/sys/x86/include
Konstantin Belousov
kib at FreeBSD.org
Sun Jul 8 06:49:12 UTC 2018
Author: kib
Date: Sun Jul 8 06:49:11 2018
New Revision: 336082
URL: https://svnweb.freebsd.org/changeset/base/336082
Log:
MFC r335976:
Add a name for the MSR controlling standard extended features report on AMD.
Modified:
stable/11/sys/x86/include/specialreg.h
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/x86/include/specialreg.h
==============================================================================
--- stable/11/sys/x86/include/specialreg.h Sun Jul 8 06:47:51 2018 (r336081)
+++ stable/11/sys/x86/include/specialreg.h Sun Jul 8 06:49:11 2018 (r336082)
@@ -888,6 +888,7 @@
#define MSR_SMM_MASK 0xc0010113 /* SMM TSEG address mask */
#define MSR_VM_CR 0xc0010114 /* SVM: feature control */
#define MSR_VM_HSAVE_PA 0xc0010117 /* SVM: host save area address */
+#define MSR_AMD_CPUID07 0xc0011002 /* CPUID 07 %ebx override */
#define MSR_EXTFEATURES 0xc0011005 /* Extended CPUID Features override */
#define MSR_IC_CFG 0xc0011021 /* Instruction Cache Configuration */
More information about the svn-src-stable-11
mailing list