diff options
Diffstat (limited to 'arch/arm64/include/asm/kvm_host.h')
| -rw-r--r-- | arch/arm64/include/asm/kvm_host.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/include/asm/kvm_host.h b/arch/arm64/include/asm/kvm_host.h index 992d9da88119..2012c4ba8d67 100644 --- a/arch/arm64/include/asm/kvm_host.h +++ b/arch/arm64/include/asm/kvm_host.h | |||
| @@ -43,7 +43,7 @@ | |||
| 43 | 43 | ||
| 44 | #define KVM_VCPU_MAX_FEATURES 3 | 44 | #define KVM_VCPU_MAX_FEATURES 3 |
| 45 | 45 | ||
| 46 | int kvm_target_cpu(void); | 46 | int __attribute_const__ kvm_target_cpu(void); |
| 47 | int kvm_reset_vcpu(struct kvm_vcpu *vcpu); | 47 | int kvm_reset_vcpu(struct kvm_vcpu *vcpu); |
| 48 | int kvm_arch_dev_ioctl_check_extension(long ext); | 48 | int kvm_arch_dev_ioctl_check_extension(long ext); |
| 49 | 49 | ||
| @@ -197,7 +197,7 @@ static inline void kvm_arch_mmu_notifier_invalidate_page(struct kvm *kvm, | |||
| 197 | } | 197 | } |
| 198 | 198 | ||
| 199 | struct kvm_vcpu *kvm_arm_get_running_vcpu(void); | 199 | struct kvm_vcpu *kvm_arm_get_running_vcpu(void); |
| 200 | struct kvm_vcpu __percpu **kvm_get_running_vcpus(void); | 200 | struct kvm_vcpu * __percpu *kvm_get_running_vcpus(void); |
| 201 | 201 | ||
| 202 | u64 kvm_call_hyp(void *hypfn, ...); | 202 | u64 kvm_call_hyp(void *hypfn, ...); |
| 203 | 203 | ||
