diff options
Diffstat (limited to 'arch/x86/kvm/i8254.c')
-rw-r--r-- | arch/x86/kvm/i8254.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/i8254.c b/arch/x86/kvm/i8254.c index ed1af80432b3..361e31611276 100644 --- a/arch/x86/kvm/i8254.c +++ b/arch/x86/kvm/i8254.c | |||
@@ -202,7 +202,7 @@ int __pit_timer_fn(struct kvm_kpit_state *ps) | |||
202 | smp_mb__after_atomic_inc(); | 202 | smp_mb__after_atomic_inc(); |
203 | /* FIXME: handle case where the guest is in guest mode */ | 203 | /* FIXME: handle case where the guest is in guest mode */ |
204 | if (vcpu0 && waitqueue_active(&vcpu0->wq)) { | 204 | if (vcpu0 && waitqueue_active(&vcpu0->wq)) { |
205 | vcpu0->arch.mp_state = VCPU_MP_STATE_RUNNABLE; | 205 | vcpu0->arch.mp_state = KVM_MP_STATE_RUNNABLE; |
206 | wake_up_interruptible(&vcpu0->wq); | 206 | wake_up_interruptible(&vcpu0->wq); |
207 | } | 207 | } |
208 | 208 | ||