summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/powerpc.c
diff options
context:
space:
mode:
authorHollis Blanchard <hollisb@us.ibm.com>2009-01-03 23:22:59 +0100
committerAvi Kivity <avi@redhat.com>2009-03-24 10:02:55 +0100
commitecc0981ff07cbe7cdf95de20be5b24fee8e49cb5 (patch)
tree54e0dded5ab1a223b94f1a90f3d1fc81f7e9dc1a /arch/powerpc/kvm/powerpc.c
parentKVM: ppc: move struct kvmppc_44x_tlbe into 44x-specific header (diff)
downloadlinux-ecc0981ff07cbe7cdf95de20be5b24fee8e49cb5.tar.xz
linux-ecc0981ff07cbe7cdf95de20be5b24fee8e49cb5.zip
KVM: ppc: cosmetic changes to mmu hook names
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/powerpc/kvm/powerpc.c')
-rw-r--r--arch/powerpc/kvm/powerpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kvm/powerpc.c b/arch/powerpc/kvm/powerpc.c
index 7c2ad4017d6a..f30be9ef2314 100644
--- a/arch/powerpc/kvm/powerpc.c
+++ b/arch/powerpc/kvm/powerpc.c
@@ -216,7 +216,7 @@ int kvm_arch_vcpu_init(struct kvm_vcpu *vcpu)
void kvm_arch_vcpu_uninit(struct kvm_vcpu *vcpu)
{
- kvmppc_core_destroy_mmu(vcpu);
+ kvmppc_mmu_destroy(vcpu);
}
void kvm_arch_vcpu_load(struct kvm_vcpu *vcpu, int cpu)