]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/x86/xen/enlighten.c
Merge remote-tracking branch 'xen-tip/linux-next'
[karo-tx-linux.git] / arch / x86 / xen / enlighten.c
index b9a227284149b4227904d6066dabc391822c7875..94578efd3067f0a0fd86c36c5b3be07eced3d509 100644 (file)
@@ -912,6 +912,7 @@ static void xen_load_sp0(struct tss_struct *tss,
        mcs = xen_mc_entry(0);
        MULTI_stack_switch(mcs.mc, __KERNEL_DS, thread->sp0);
        xen_mc_issue(PARAVIRT_LAZY_CPU);
+       tss->x86_tss.sp0 = thread->sp0;
 }
 
 static void xen_set_iopl_mask(unsigned mask)