diff options
author | Avi Kivity <avi@qumranet.com> | 2008-05-13 09:29:20 -0400 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-07-20 05:42:25 -0400 |
commit | 7cc8883074b040aa8c1ebd3a17463b0ea3a9ef16 (patch) | |
tree | 79feae8f0093534317d75f1776bd9f115d62dd91 /include/asm-x86/kvm_host.h | |
parent | 543e42436643d68ad007d0bae2f485caac9c8a02 (diff) |
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/asm-x86/kvm_host.h')
-rw-r--r-- | include/asm-x86/kvm_host.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86/kvm_host.h b/include/asm-x86/kvm_host.h index 0df9d5fa281a..4bcdc7de07b5 100644 --- a/include/asm-x86/kvm_host.h +++ b/include/asm-x86/kvm_host.h | |||
@@ -380,7 +380,6 @@ struct kvm_x86_ops { | |||
380 | void (*prepare_guest_switch)(struct kvm_vcpu *vcpu); | 380 | void (*prepare_guest_switch)(struct kvm_vcpu *vcpu); |
381 | void (*vcpu_load)(struct kvm_vcpu *vcpu, int cpu); | 381 | void (*vcpu_load)(struct kvm_vcpu *vcpu, int cpu); |
382 | void (*vcpu_put)(struct kvm_vcpu *vcpu); | 382 | void (*vcpu_put)(struct kvm_vcpu *vcpu); |
383 | void (*vcpu_decache)(struct kvm_vcpu *vcpu); | ||
384 | 383 | ||
385 | int (*set_guest_debug)(struct kvm_vcpu *vcpu, | 384 | int (*set_guest_debug)(struct kvm_vcpu *vcpu, |
386 | struct kvm_debug_guest *dbg); | 385 | struct kvm_debug_guest *dbg); |