diff options
Diffstat (limited to 'virt/kvm/async_pf.c')
| -rw-r--r-- | virt/kvm/async_pf.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/virt/kvm/async_pf.c b/virt/kvm/async_pf.c index dd777688d14a..9bfe1d6f6529 100644 --- a/virt/kvm/async_pf.c +++ b/virt/kvm/async_pf.c @@ -85,7 +85,7 @@ static void async_pf_execute(struct work_struct *work)  	trace_kvm_async_pf_completed(addr, cr2_or_gpa); -	rcuwait_wake_up(&vcpu->wait); +	__kvm_vcpu_wake_up(vcpu);  	mmput(mm);  	kvm_put_kvm(vcpu->kvm);  |