]> Git Repo - linux.git/commit - virt/kvm/async_pf.c
KVM: async_pf: drop kvm_arch_async_page_present wrappers
authorPaolo Bonzini <[email protected]>
Mon, 20 Jan 2020 15:14:37 +0000 (16:14 +0100)
committerPaolo Bonzini <[email protected]>
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 <[email protected]>
Cc: Christian Borntraeger <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
virt/kvm/async_pf.c
This page took 0.065782 seconds and 4 git commands to generate.