diff options
-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) | |||
30 | clear_bit(word_index, &vcpu->arch.irq_summary); | 30 | clear_bit(word_index, &vcpu->arch.irq_summary); |
31 | return irq; | 31 | return irq; |
32 | } | 32 | } |
33 | |||
34 | static inline void kvm_push_irq(struct kvm_vcpu *vcpu, u8 irq) | ||
35 | { | ||
36 | set_bit(irq, vcpu->arch.irq_pending); | ||
37 | set_bit(irq / BITS_PER_LONG, &vcpu->arch.irq_summary); | ||
38 | } | ||
39 | |||
40 | #endif | 33 | #endif |