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 57bcb27dcf30..23c2519c5b32 100644 --- a/virt/kvm/async_pf.c +++ b/virt/kvm/async_pf.c  | |||
| @@ -107,7 +107,7 @@ static void async_pf_execute(struct work_struct *work) | |||
| 107 | trace_kvm_async_pf_completed(addr, gva); | 107 | trace_kvm_async_pf_completed(addr, gva); | 
| 108 | 108 | ||
| 109 | if (swq_has_sleeper(&vcpu->wq)) | 109 | if (swq_has_sleeper(&vcpu->wq)) | 
| 110 | swake_up(&vcpu->wq); | 110 | swake_up_one(&vcpu->wq); | 
| 111 | 111 | ||
| 112 | mmput(mm); | 112 | mmput(mm); | 
| 113 | kvm_put_kvm(vcpu->kvm); | 113 | kvm_put_kvm(vcpu->kvm); | 
