Skip to content
Commit f8941fbe authored by Scott Wood's avatar Scott Wood Committed by Paolo Bonzini
Browse files

kvm/ppc/booke: Delay kvmppc_lazy_ee_enable



kwmppc_lazy_ee_enable() should be called as late as possible,
or else we get things like WARN_ON(preemptible()) in enable_kernel_fp()
in configurations where preemptible() works.

Note that book3s_pr already waits until just before __kvmppc_vcpu_run
to call kvmppc_lazy_ee_enable().

Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 764bcbc5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment