]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit910a2652b229a81ca8188420b7d6338d517bc32c
treea3f9ffdc2e9180ff18451f43f172ff1a35174eed
parent13a7a269dc30f4798979759b8c8c45a5f253589a
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