Author: kib Date: Mon Mar 18 10:28:40 2019 New Revision: 345261 URL: https://svnweb.freebsd.org/changeset/base/345261
Log: MFC r345189: Add symbolic name for TSC_AUX MSR address. 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 Mon Mar 18 10:25:36 2019 (r345260) +++ stable/11/sys/x86/include/specialreg.h Mon Mar 18 10:28:40 2019 (r345261) @@ -876,6 +876,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"