From 8893609cf85c1400cd0f2b07c6fc42b51bc0eda9 Mon Sep 17 00:00:00 2001 From: kib Date: Tue, 23 Dec 2014 12:04:23 +0000 Subject: [PATCH] MFC r271208: Add a define for index of IA32_XSS MSR. git-svn-id: svn://svn.freebsd.org/base/stable/10@276134 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sys/x86/include/specialreg.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/x86/include/specialreg.h b/sys/x86/include/specialreg.h index 5ac1075be..c920e828c 100644 --- a/sys/x86/include/specialreg.h +++ b/sys/x86/include/specialreg.h @@ -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. */ -- 2.45.0