]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf791be48e7dc91fdc65ba49abb7b309725c9a57c
tree4d71ef4f94792745998ee66b4c7d8df3c4a587d0
parentdd415a565b8320953c458ac147ae401eaf7c27e1
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