KVM: async_pf: drop kvm_arch_async_page_present wrappers
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 20 Jan 2020 15:14:37 +0000 (16:14 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 23 Jan 2020 08:51:08 +0000 (09:51 +0100)
commit4425f567b0dd2cb5ad2b16ce03a8951d0ccf935d
tree4d71ef4f94792745998ee66b4c7d8df3c4a587d0
parent99634e3ec0d4e0df28ae465b10f3613a4ceee58b
KVM: async_pf: drop kvm_arch_async_page_present wrappers

The wrappers make it less clear that the position of the call
to kvm_arch_async_page_present depends on the architecture, and
that only one of the two call sites will actually be active.
Remove them.

Cc: Andy Lutomirski <luto@kernel.org>
Cc: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
virt/kvm/async_pf.c