svn commit: r345260 - stable/12/sys/x86/include

Konstantin Belousov kib at FreeBSD.org
Mon Mar 18 10:25:37 UTC 2019


Author: kib
Date: Mon Mar 18 10:25:36 2019
New Revision: 345260
URL: https://svnweb.freebsd.org/changeset/base/345260

Log:
  MFC r345189:
  Add symbolic name for TSC_AUX MSR address.

Modified:
  stable/12/sys/x86/include/specialreg.h
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/x86/include/specialreg.h
==============================================================================
--- stable/12/sys/x86/include/specialreg.h	Mon Mar 18 09:31:23 2019	(r345259)
+++ stable/12/sys/x86/include/specialreg.h	Mon Mar 18 10:25:36 2019	(r345260)
@@ -997,6 +997,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


More information about the svn-src-all mailing list