diff options
Diffstat (limited to 'arch/x86/kvm/x86.c')
-rw-r--r-- | arch/x86/kvm/x86.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index fd03b4465bcc..5f00c60f0aff 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c | |||
@@ -2297,7 +2297,6 @@ int kvm_emulate_pio(struct kvm_vcpu *vcpu, struct kvm_run *run, int in, | |||
2297 | 2297 | ||
2298 | kvm_x86_ops->cache_regs(vcpu); | 2298 | kvm_x86_ops->cache_regs(vcpu); |
2299 | memcpy(vcpu->arch.pio_data, &vcpu->arch.regs[VCPU_REGS_RAX], 4); | 2299 | memcpy(vcpu->arch.pio_data, &vcpu->arch.regs[VCPU_REGS_RAX], 4); |
2300 | kvm_x86_ops->decache_regs(vcpu); | ||
2301 | 2300 | ||
2302 | kvm_x86_ops->skip_emulated_instruction(vcpu); | 2301 | kvm_x86_ops->skip_emulated_instruction(vcpu); |
2303 | 2302 | ||