]> bbs.cooldavid.org Git - net-next-2.6.git/commit
KVM: PPC: Remove obsolete kvmppc_mmu_find_pte
authorAlexander Graf <agraf@suse.de>
Mon, 21 Jun 2010 13:25:40 +0000 (15:25 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 1 Aug 2010 07:47:12 +0000 (10:47 +0300)
commita576f7a29481438db0fa6f3d9ed6939019c441d3
tree22134adb19a1f5ba4f3a06e934384e4a0c1c0f21
parentbbeb34062fbad287c949a945a516a0c15b179993
KVM: PPC: Remove obsolete kvmppc_mmu_find_pte

Initially we had to search for pte entries to invalidate them. Since
the logic has improved since then, we can just get rid of the search
function.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/powerpc/include/asm/kvm_book3s.h
arch/powerpc/kvm/book3s_32_mmu_host.c
arch/powerpc/kvm/book3s_64_mmu_host.c