summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorRadim Krčmář <rkrcmar@redhat.com>2018-09-07 18:38:25 +0200
committerRadim Krčmář <rkrcmar@redhat.com>2018-09-07 18:38:25 +0200
commit564ad0aa85b3202311c4c8744fd1fdab4568d529 (patch)
treeb43699876b60c5aa0263bff581174fcf4288910c /arch/arm
parented2ef29100644eabc6099cbf1a3aa9d938555ab8 (diff)
parentdf3190e22016abf74ef67c9691e9fa1012a66bd5 (diff)
downloadlinux-564ad0aa85b3202311c4c8744fd1fdab4568d529.tar.gz
linux-564ad0aa85b3202311c4c8744fd1fdab4568d529.tar.bz2
linux-564ad0aa85b3202311c4c8744fd1fdab4568d529.zip
Merge tag 'kvm-arm-fixes-for-v4.19-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm
Fixes for KVM/ARM for Linux v4.19 v2: - Fix a VFP corruption in 32-bit guest - Add missing cache invalidation for CoW pages - Two small cleanups
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/include/asm/kvm_host.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/kvm_host.h b/arch/arm/include/asm/kvm_host.h
index 79906cecb091..3ad482d2f1eb 100644
--- a/arch/arm/include/asm/kvm_host.h
+++ b/arch/arm/include/asm/kvm_host.h
@@ -223,7 +223,6 @@ int __kvm_arm_vcpu_set_events(struct kvm_vcpu *vcpu,
struct kvm_vcpu_events *events);
#define KVM_ARCH_WANT_MMU_NOTIFIER
-int kvm_unmap_hva(struct kvm *kvm, unsigned long hva);
int kvm_unmap_hva_range(struct kvm *kvm,
unsigned long start, unsigned long end);
void kvm_set_spte_hva(struct kvm *kvm, unsigned long hva, pte_t pte);