Author: kib
Date: Thu Jul  5 10:44:18 2018
New Revision: 335976
URL: https://svnweb.freebsd.org/changeset/base/335976

Log:
  Add a name for the MSR controlling standard extended features report on AMD.
  
  Sponsored by: The FreeBSD Foundation
  MFC after:    3 days

Modified:
  head/sys/x86/include/specialreg.h

Modified: head/sys/x86/include/specialreg.h
==============================================================================
--- head/sys/x86/include/specialreg.h   Thu Jul  5 10:34:01 2018        
(r335975)
+++ head/sys/x86/include/specialreg.h   Thu Jul  5 10:44:18 2018        
(r335976)
@@ -1008,6 +1008,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 */
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to