diff options
Diffstat (limited to 'arch/mips/kvm/emulate.c')
| -rw-r--r-- | arch/mips/kvm/emulate.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/mips/kvm/emulate.c b/arch/mips/kvm/emulate.c index 22e745e49b0a..b494d8d39290 100644 --- a/arch/mips/kvm/emulate.c +++ b/arch/mips/kvm/emulate.c @@ -952,7 +952,7 @@ enum emulation_result kvm_mips_emul_wait(struct kvm_vcpu *vcpu)  	if (!vcpu->arch.pending_exceptions) {  		kvm_vz_lose_htimer(vcpu);  		vcpu->arch.wait = 1; -		kvm_vcpu_block(vcpu); +		kvm_vcpu_halt(vcpu);  		/*  		 * We we are runnable, then definitely go off to user space to |