rtc: check if __rtc_read_time was successful
[linux-2.6-microblaze.git] / virt / kvm / async_pf.c
index dd77768..9bfe1d6 100644 (file)
@@ -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);