diff options
author | Gleb Natapov <gleb@redhat.com> | 2009-08-04 15:30:27 +0300 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2009-09-10 08:33:21 +0300 |
commit | 956f97cf665dc8c8ce2d5138bb38c022673b12d7 (patch) | |
tree | 0d907c09659b8bd9226e3024996e15b3ea9a2bd0 /arch/x86/kvm/irq.h | |
parent | 3a34a8810b2ed316bfe58fa53640e8d30de3f6c2 (diff) | |
download | linux-956f97cf665dc8c8ce2d5138bb38c022673b12d7.tar.bz2 |
KVM: Call kvm_vcpu_kick() inside pic spinlock
d5ecfdd25 moved it out because back than it was impossible to
call it inside spinlock. This restriction no longer exists.
Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/x86/kvm/irq.h')
-rw-r--r-- | arch/x86/kvm/irq.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kvm/irq.h b/arch/x86/kvm/irq.h index 9f593188129e..7d6058a2fd38 100644 --- a/arch/x86/kvm/irq.h +++ b/arch/x86/kvm/irq.h @@ -63,7 +63,6 @@ struct kvm_kpic_state { struct kvm_pic { spinlock_t lock; - bool wakeup_needed; unsigned pending_acks; struct kvm *kvm; struct kvm_kpic_state pics[2]; /* 0 is master pic, 1 is slave pic */ |