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>
This commit is contained in:
Avi Kivity
2008-05-13 16:29:20 +03:00
parent 543e424366
commit 7cc8883074
9 changed files with 0 additions and 40 deletions

View File

@@ -817,14 +817,6 @@ out:
return r;
}
/*
* Make sure that a cpu that is being hot-unplugged does not have any vcpus
* cached on it.
*/
void decache_vcpus_on_cpu(int cpu)
{
}
int kvm_dev_ioctl_check_extension(long ext)
{
int r;