diff options
author | Jes Sorensen <jes@sgi.com> | 2009-04-16 05:24:58 -0400 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2009-06-10 04:48:44 -0400 |
commit | f9b647adda0e821538b6d80e52873d861ffb1799 (patch) | |
tree | 19f9aa13828c3fbb4a3ed15978ac2dd53af0baf9 /arch/ia64 | |
parent | 64f6afbd4c3317eb6845d770aa345afd3f120471 (diff) |
KVM: ia64: remove empty function vti_vcpu_load()
vti_vcpu_load() doesn't do anything, so lets get rid of it.
Signed-off-by: Jes Sorensen <jes@sgi.com>
Acked-by : Xiantao Zhang<xiantao.zhang@intel.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/kvm/kvm-ia64.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/ia64/kvm/kvm-ia64.c b/arch/ia64/kvm/kvm-ia64.c index 9addca622d2d..726317144a6f 100644 --- a/arch/ia64/kvm/kvm-ia64.c +++ b/arch/ia64/kvm/kvm-ia64.c | |||
@@ -1100,10 +1100,6 @@ static void kvm_free_vmm_area(void) | |||
1100 | } | 1100 | } |
1101 | } | 1101 | } |
1102 | 1102 | ||
1103 | static void vti_vcpu_load(struct kvm_vcpu *vcpu, int cpu) | ||
1104 | { | ||
1105 | } | ||
1106 | |||
1107 | static int vti_init_vpd(struct kvm_vcpu *vcpu) | 1103 | static int vti_init_vpd(struct kvm_vcpu *vcpu) |
1108 | { | 1104 | { |
1109 | int i; | 1105 | int i; |
@@ -1348,7 +1344,6 @@ struct kvm_vcpu *kvm_arch_vcpu_create(struct kvm *kvm, | |||
1348 | vcpu->kvm = kvm; | 1344 | vcpu->kvm = kvm; |
1349 | 1345 | ||
1350 | cpu = get_cpu(); | 1346 | cpu = get_cpu(); |
1351 | vti_vcpu_load(vcpu, cpu); | ||
1352 | r = vti_vcpu_setup(vcpu, id); | 1347 | r = vti_vcpu_setup(vcpu, id); |
1353 | put_cpu(); | 1348 | put_cpu(); |
1354 | 1349 | ||