diff options
Diffstat (limited to 'arch/arm/include/asm/kvm_host.h')
-rw-r--r-- | arch/arm/include/asm/kvm_host.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/include/asm/kvm_host.h b/arch/arm/include/asm/kvm_host.h index 032a8538318a..8c3f7eb62b54 100644 --- a/arch/arm/include/asm/kvm_host.h +++ b/arch/arm/include/asm/kvm_host.h | |||
@@ -170,7 +170,8 @@ unsigned long kvm_arm_num_regs(struct kvm_vcpu *vcpu); | |||
170 | int kvm_arm_copy_reg_indices(struct kvm_vcpu *vcpu, u64 __user *indices); | 170 | int kvm_arm_copy_reg_indices(struct kvm_vcpu *vcpu, u64 __user *indices); |
171 | 171 | ||
172 | /* We do not have shadow page tables, hence the empty hooks */ | 172 | /* We do not have shadow page tables, hence the empty hooks */ |
173 | static inline int kvm_age_hva(struct kvm *kvm, unsigned long hva) | 173 | static inline int kvm_age_hva(struct kvm *kvm, unsigned long start, |
174 | unsigned long end) | ||
174 | { | 175 | { |
175 | return 0; | 176 | return 0; |
176 | } | 177 | } |