projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d6ed0c
)
KVM: Remove kvm_push_irq()
author
Gleb Natapov
<gleb@redhat.com>
Tue, 21 Apr 2009 14:45:04 +0000
(17:45 +0300)
committer
Avi Kivity
<avi@redhat.com>
Wed, 10 Jun 2009 08:48:47 +0000
(11:48 +0300)
No longer used.
Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/x86.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kvm/x86.h
b/arch/x86/kvm/x86.h
index 2ab679102dcd04b74398c456bbcfbbb8a63958b1..39350b25272582b0838f6de5e67d5767e53db66a 100644
(file)
--- 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