diff options
author | Gleb Natapov <gleb@redhat.com> | 2009-07-09 15:33:53 +0300 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2009-09-10 08:33:13 +0300 |
commit | 0b71785dc05f1f66e6268022b9953c0d6a9985c6 (patch) | |
tree | 09c579c80efdfea8a9f5cc393a9ca80da6913518 /include | |
parent | b59bb7bdf08ee98e0d1f1758901f545655b7a413 (diff) | |
download | op-kernel-dev-0b71785dc05f1f66e6268022b9953c0d6a9985c6.zip op-kernel-dev-0b71785dc05f1f66e6268022b9953c0d6a9985c6.tar.gz |
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')
-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 6ec9fc5..2c6a5f0 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); void kvm_free_all_assigned_devices(struct kvm *kvm); void kvm_arch_sync_events(struct kvm *kvm); -int kvm_cpu_get_interrupt(struct kvm_vcpu *v); int kvm_cpu_has_interrupt(struct kvm_vcpu *v); int kvm_cpu_has_pending_timer(struct kvm_vcpu *vcpu); void kvm_vcpu_kick(struct kvm_vcpu *vcpu); |