From: Scott Wood Date: Tue, 11 Jun 2013 16:38:31 +0000 (-0500) Subject: kvm/ppc/booke: Delay kvmppc_lazy_ee_enable X-Git-Tag: v3.10-rc7~11^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8941fbe204fa2fb51e7acd8bfd0f51225fe03b4;p=pandora-kernel.git 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: Scott Wood Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed