svn commit: r276134 - stable/10/sys/x86/include

Konstantin Belousov kib at FreeBSD.org
Tue Dec 23 12:04:25 UTC 2014


Author: kib
Date: Tue Dec 23 12:04:23 2014
New Revision: 276134
URL: https://svnweb.freebsd.org/changeset/base/276134

Log:
  MFC r271208:
  Add a define for index of IA32_XSS MSR.

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

Modified: stable/10/sys/x86/include/specialreg.h
==============================================================================
--- stable/10/sys/x86/include/specialreg.h	Tue Dec 23 12:00:41 2014	(r276133)
+++ stable/10/sys/x86/include/specialreg.h	Tue Dec 23 12:04:23 2014	(r276134)
@@ -490,6 +490,8 @@
 #define	MSR_APIC_DCR_TIMER	0x83e
 #define	MSR_APIC_SELF_IPI	0x83f
 
+#define	MSR_IA32_XSS		0xda0
+
 /*
  * Constants related to MSR's.
  */


More information about the svn-src-stable mailing list