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 _______________________________________________ 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"