diff options
| -rw-r--r-- | arch/x86/kvm/svm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.c index c27ac6923a18..183ddb235fb4 100644 --- a/arch/x86/kvm/svm.c +++ b/arch/x86/kvm/svm.c | |||
| @@ -1272,7 +1272,8 @@ static void init_vmcb(struct vcpu_svm *svm) | |||
| 1272 | 1272 | ||
| 1273 | } | 1273 | } |
| 1274 | 1274 | ||
| 1275 | static u64 *avic_get_physical_id_entry(struct kvm_vcpu *vcpu, int index) | 1275 | static u64 *avic_get_physical_id_entry(struct kvm_vcpu *vcpu, |
| 1276 | unsigned int index) | ||
| 1276 | { | 1277 | { |
| 1277 | u64 *avic_physical_id_table; | 1278 | u64 *avic_physical_id_table; |
| 1278 | struct kvm_arch *vm_data = &vcpu->kvm->arch; | 1279 | struct kvm_arch *vm_data = &vcpu->kvm->arch; |
