Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 2014 12:04:24 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r276134 - stable/10/sys/x86/include
Message-ID:  <201412231204.sBNC4Ogj089586@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412231204.sBNC4Ogj089586>