aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
diff options
context:
space:
mode:
authorGleb Natapov <gleb@redhat.com>2009-04-21 10:45:02 -0400
committerAvi Kivity <avi@redhat.com>2009-06-10 04:48:46 -0400
commit1cb948ae86f3d95cce58fac51d00766825f5f783 (patch)
treee099dd2a7d572db18bd1bc2ec9ffb62d10e835ee /arch/x86/kvm/x86.c
parent9222be18f76b4410b4da0d06e1cc21079e64b3ec (diff)
KVM: Remove exception_injected() callback.
It always return false for VMX/SVM now. Signed-off-by: Gleb Natapov <gleb@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/x86/kvm/x86.c')
-rw-r--r--arch/x86/kvm/x86.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c
index ae6250b19726..b81970b053b9 100644
--- a/arch/x86/kvm/x86.c
+++ b/arch/x86/kvm/x86.c
@@ -3237,8 +3237,6 @@ static int vcpu_enter_guest(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run)
3237 profile_hit(KVM_PROFILING, (void *)rip); 3237 profile_hit(KVM_PROFILING, (void *)rip);
3238 } 3238 }
3239 3239
3240 if (vcpu->arch.exception.pending && kvm_x86_ops->exception_injected(vcpu))
3241 vcpu->arch.exception.pending = false;
3242 3240
3243 kvm_lapic_sync_from_vapic(vcpu); 3241 kvm_lapic_sync_from_vapic(vcpu);
3244 3242