diff options
author | Gleb Natapov <gleb@redhat.com> | 2009-04-21 17:45:04 +0300 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2009-06-10 11:48:47 +0300 |
commit | 115666dfc733a6749d99bcf3b2fe3fa253218b36 (patch) | |
tree | f5909cb7105c736a919854e67d22ad53b64a4762 /arch/x86/kvm/x86.h | |
parent | 1d6ed0cb95a2f0839e1a31f1971dc37cd60c258a (diff) | |
download | talos-op-linux-115666dfc733a6749d99bcf3b2fe3fa253218b36.tar.gz talos-op-linux-115666dfc733a6749d99bcf3b2fe3fa253218b36.zip |
KVM: Remove kvm_push_irq()
No longer used.
Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/x86/kvm/x86.h')
-rw-r--r-- | arch/x86/kvm/x86.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86/kvm/x86.h b/arch/x86/kvm/x86.h index 2ab679102dcd..39350b252725 100644 --- a/arch/x86/kvm/x86.h +++ b/arch/x86/kvm/x86.h @@ -30,11 +30,4 @@ static inline u8 kvm_pop_irq(struct kvm_vcpu *vcpu) clear_bit(word_index, &vcpu->arch.irq_summary); return irq; } - -static inline void kvm_push_irq(struct kvm_vcpu *vcpu, u8 irq) -{ - set_bit(irq, vcpu->arch.irq_pending); - set_bit(irq / BITS_PER_LONG, &vcpu->arch.irq_summary); -} - #endif |