X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=drivers%2Flguest%2Fx86%2Fcore.c;h=6a4cd771a2be62b4172cc26a178ca85fbf7e6d27;hb=e1884d69f643c743806ebb9bc9292863ef39e894;hp=99bb3009e2d5f1b7ab5dc48d824707d97828c532;hpb=32231879f66162352fc6f3041c5c2b1d965879b2;p=deliverable%2Flinux.git diff --git a/drivers/lguest/x86/core.c b/drivers/lguest/x86/core.c index 99bb3009e2d5..6a4cd771a2be 100644 --- a/drivers/lguest/x86/core.c +++ b/drivers/lguest/x86/core.c @@ -302,7 +302,7 @@ void lguest_arch_run_guest(struct lg_cpu *cpu) * before this. */ else if (cpu->regs->trapnum == 7 && !fpregs_active()) - fpu__restore(); + fpu__restore(¤t->thread.fpu); } /*H:130