summaryrefslogtreecommitdiff
path: root/xen/include/asm-x86/current.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen/include/asm-x86/current.h')
-rw-r--r--xen/include/asm-x86/current.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/asm-x86/current.h b/xen/include/asm-x86/current.h
index a74ad4bc4c..8ea4aecc5e 100644
--- a/xen/include/asm-x86/current.h
+++ b/xen/include/asm-x86/current.h
@@ -56,6 +56,7 @@ struct cpu_info {
/* See asm-x86/spec_ctrl_asm.h for usage. */
unsigned int shadow_spec_ctrl;
uint8_t xen_spec_ctrl;
+ uint8_t last_spec_ctrl;
uint8_t spec_ctrl_flags;
/*
@@ -73,7 +74,6 @@ struct cpu_info {
*/
bool use_pv_cr3;
- unsigned long __pad;
/* get_stack_bottom() must be 16-byte aligned */
};