summaryrefslogtreecommitdiff
path: root/arch/arm/kvm
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2015-04-02 09:20:48 (GMT)
committerPaolo Bonzini <pbonzini@redhat.com>2015-05-19 18:52:45 (GMT)
commit3520469d65f26a1cd2f610f5d5de976f78db74fe (patch)
tree2b3ab1f42a0168b238662fd9252e94a269acc550 /arch/arm/kvm
parent69a1220060c1523fd0515216eaa29e22f133b894 (diff)
downloadlinux-3520469d65f26a1cd2f610f5d5de976f78db74fe.tar.xz
KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_async
gfn_to_pfn_async is used in just one place, and because of x86-specific treatment that place will need to look at the memory slot. Hence inline it into try_async_pf and export __gfn_to_pfn_memslot. The patch also switches the subsequent call to gfn_to_pfn_prot to use __gfn_to_pfn_memslot. This is a small optimization. Finally, remove the now-unused async argument of __gfn_to_pfn. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/arm/kvm')
0 files changed, 0 insertions, 0 deletions