aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64')
-rw-r--r--arch/ia64/kvm/kvm-ia64.c5
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
1103static void vti_vcpu_load(struct kvm_vcpu *vcpu, int cpu)
1104{
1105}
1106
1107static int vti_init_vpd(struct kvm_vcpu *vcpu) 1103static 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