aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/kvm_host.h
diff options
context:
space:
mode:
authorAvi Kivity <avi@qumranet.com>2008-05-13 16:29:20 +0300
committerAvi Kivity <avi@qumranet.com>2008-07-20 12:42:25 +0300
commit7cc8883074b040aa8c1ebd3a17463b0ea3a9ef16 (patch)
tree79feae8f0093534317d75f1776bd9f115d62dd91 /include/linux/kvm_host.h
parentKVM: VMX: Add list of potentially locally cached vcpus (diff)
downloadwireguard-linux-7cc8883074b040aa8c1ebd3a17463b0ea3a9ef16.tar.xz
wireguard-linux-7cc8883074b040aa8c1ebd3a17463b0ea3a9ef16.zip
KVM: Remove decache_vcpus_on_cpu() and related callbacks
Obsoleted by the vmx-specific per-cpu list. Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r--include/linux/kvm_host.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index de9d1df4bba2..865dcbcb891f 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -135,9 +135,6 @@ void kvm_vcpu_uninit(struct kvm_vcpu *vcpu);
void vcpu_load(struct kvm_vcpu *vcpu);
void vcpu_put(struct kvm_vcpu *vcpu);
-void decache_vcpus_on_cpu(int cpu);
-
-
int kvm_init(void *opaque, unsigned int vcpu_size,
struct module *module);
void kvm_exit(void);