s390/fpu: convert FPU CIF flag to regular TIF flag
[linux-2.6-microblaze.git] / arch / s390 / kvm / kvm-s390.c
index 8f44145..0cee719 100644 (file)
@@ -4829,7 +4829,7 @@ static int __vcpu_run(struct kvm_vcpu *vcpu)
                               vcpu->run->s.regs.gprs,
                               sizeof(sie_page->pv_grregs));
                }
-               if (test_cpu_flag(CIF_FPU))
+               if (test_thread_flag(TIF_FPU))
                        load_fpu_regs();
                exit_reason = sie64a(vcpu->arch.sie_block,
                                     vcpu->run->s.regs.gprs);