KVM: Move prototypes for MMU notifier callbacks to generic code
authorSean Christopherson <seanjc@google.com>
Fri, 26 Mar 2021 02:19:47 +0000 (19:19 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 17 Apr 2021 12:30:55 +0000 (08:30 -0400)
commit5f7c292b8975c9146063abbb91c0b9cdc1a5e9c5
treea3f9ffdc2e9180ff18451f43f172ff1a35174eed
parentaaaac889cf63a6c2e5f4b20c20cccf5aeb78bd51
KVM: Move prototypes for MMU notifier callbacks to generic code

Move the prototypes for the MMU notifier callbacks out of arch code and
into common code.  There is no benefit to having each arch replicate the
prototypes since any deviation from the invocation in common code will
explode.

No functional change intended.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20210326021957.1424875-9-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/arm64/include/asm/kvm_host.h
arch/mips/include/asm/kvm_host.h
arch/powerpc/include/asm/kvm_host.h
arch/x86/include/asm/kvm_host.h
include/linux/kvm_host.h