aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/vmx
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2012-09-12 13:29:30 +0100
committerKeir Fraser <keir@xen.org>2012-09-12 13:29:30 +0100
commit5d1181a5ea5e0f11d481a94b16ed00d883f9726e (patch)
tree4b43be5829873f2ec1a1b2d0f7e26b15dffb11c6 /xen/include/asm-x86/hvm/vmx
parentb314cd733413babc5978b819793ad5c77f094adf (diff)
downloadxen-5d1181a5ea5e0f11d481a94b16ed00d883f9726e.tar.gz
xen-5d1181a5ea5e0f11d481a94b16ed00d883f9726e.tar.bz2
xen-5d1181a5ea5e0f11d481a94b16ed00d883f9726e.zip
xen: Remove x86_32 build target.
Signed-off-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/include/asm-x86/hvm/vmx')
-rw-r--r--xen/include/asm-x86/hvm/vmx/vmcs.h2
-rw-r--r--xen/include/asm-x86/hvm/vmx/vvmx.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/xen/include/asm-x86/hvm/vmx/vmcs.h b/xen/include/asm-x86/hvm/vmx/vmcs.h
index 610061923c..975bc13b1f 100644
--- a/xen/include/asm-x86/hvm/vmx/vmcs.h
+++ b/xen/include/asm-x86/hvm/vmx/vmcs.h
@@ -98,11 +98,9 @@ struct arch_vmx_struct {
u32 secondary_exec_control;
u32 exception_bitmap;
-#ifdef __x86_64__
struct vmx_msr_state msr_state;
unsigned long shadow_gs;
unsigned long cstar;
-#endif
unsigned long *msr_bitmap;
unsigned int msr_count;
diff --git a/xen/include/asm-x86/hvm/vmx/vvmx.h b/xen/include/asm-x86/hvm/vmx/vvmx.h
index bbc34e7831..b9137b83f8 100644
--- a/xen/include/asm-x86/hvm/vmx/vvmx.h
+++ b/xen/include/asm-x86/hvm/vmx/vvmx.h
@@ -48,7 +48,6 @@ enum vmx_regs_enc {
VMX_REG_RBP,
VMX_REG_RSI,
VMX_REG_RDI,
-#ifdef CONFIG_X86_64
VMX_REG_R8,
VMX_REG_R9,
VMX_REG_R10,
@@ -57,7 +56,6 @@ enum vmx_regs_enc {
VMX_REG_R13,
VMX_REG_R14,
VMX_REG_R15,
-#endif
};
enum vmx_sregs_enc {