Author: kib
Date: Fri Mar 15 16:39:05 2019
New Revision: 345189
URL: https://svnweb.freebsd.org/changeset/base/345189

Log:
  Add symbolic name for TSC_AUX MSR address.
  
  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   Fri Mar 15 16:16:50 2019        
(r345188)
+++ head/sys/x86/include/specialreg.h   Fri Mar 15 16:39:05 2019        
(r345189)
@@ -1044,6 +1044,7 @@
 #define        MSR_FSBASE      0xc0000100      /* base address of the %fs 
"segment" */
 #define        MSR_GSBASE      0xc0000101      /* base address of the %gs 
"segment" */
 #define        MSR_KGSBASE     0xc0000102      /* base address of the kernel 
%gs */
+#define        MSR_TSC_AUX     0xc0000103
 #define        MSR_PERFEVSEL0  0xc0010000
 #define        MSR_PERFEVSEL1  0xc0010001
 #define        MSR_PERFEVSEL2  0xc0010002
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to