diff options
author | Gleb Natapov <gleb@redhat.com> | 2009-07-09 08:33:53 -0400 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2009-09-10 01:33:13 -0400 |
commit | 0b71785dc05f1f66e6268022b9953c0d6a9985c6 (patch) | |
tree | 09c579c80efdfea8a9f5cc393a9ca80da6913518 /include/linux/kvm_host.h | |
parent | b59bb7bdf08ee98e0d1f1758901f545655b7a413 (diff) |
KVM: Move kvm_cpu_get_interrupt() declaration to x86 code
It is implemented only by x86.
Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r-- | include/linux/kvm_host.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 6ec9fc56a49e..2c6a5f008746 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h | |||
@@ -341,7 +341,6 @@ void kvm_arch_destroy_vm(struct kvm *kvm); | |||
341 | void kvm_free_all_assigned_devices(struct kvm *kvm); | 341 | void kvm_free_all_assigned_devices(struct kvm *kvm); |
342 | void kvm_arch_sync_events(struct kvm *kvm); | 342 | void kvm_arch_sync_events(struct kvm *kvm); |
343 | 343 | ||
344 | int kvm_cpu_get_interrupt(struct kvm_vcpu *v); | ||
345 | int kvm_cpu_has_interrupt(struct kvm_vcpu *v); | 344 | int kvm_cpu_has_interrupt(struct kvm_vcpu *v); |
346 | int kvm_cpu_has_pending_timer(struct kvm_vcpu *vcpu); | 345 | int kvm_cpu_has_pending_timer(struct kvm_vcpu *vcpu); |
347 | void kvm_vcpu_kick(struct kvm_vcpu *vcpu); | 346 | void kvm_vcpu_kick(struct kvm_vcpu *vcpu); |