diff options
Diffstat (limited to 'arch/x86/xen/enlighten.c')
-rw-r--r-- | arch/x86/xen/enlighten.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c index 5240f563076d..81665c9f2132 100644 --- a/arch/x86/xen/enlighten.c +++ b/arch/x86/xen/enlighten.c | |||
@@ -912,6 +912,7 @@ static void xen_load_sp0(struct tss_struct *tss, | |||
912 | mcs = xen_mc_entry(0); | 912 | mcs = xen_mc_entry(0); |
913 | MULTI_stack_switch(mcs.mc, __KERNEL_DS, thread->sp0); | 913 | MULTI_stack_switch(mcs.mc, __KERNEL_DS, thread->sp0); |
914 | xen_mc_issue(PARAVIRT_LAZY_CPU); | 914 | xen_mc_issue(PARAVIRT_LAZY_CPU); |
915 | tss->x86_tss.sp0 = thread->sp0; | ||
915 | } | 916 | } |
916 | 917 | ||
917 | static void xen_set_iopl_mask(unsigned mask) | 918 | static void xen_set_iopl_mask(unsigned mask) |