aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/e500_mmu_host.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kvm/e500_mmu_host.c')
-rw-r--r--arch/powerpc/kvm/e500_mmu_host.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/kvm/e500_mmu_host.c b/arch/powerpc/kvm/e500_mmu_host.c
index 79677d76d1a4..4385c14fca84 100644
--- a/arch/powerpc/kvm/e500_mmu_host.c
+++ b/arch/powerpc/kvm/e500_mmu_host.c
@@ -610,6 +610,12 @@ void kvmppc_mmu_map(struct kvm_vcpu *vcpu, u64 eaddr, gpa_t gpaddr,
610 } 610 }
611} 611}
612 612
613int kvmppc_load_last_inst(struct kvm_vcpu *vcpu, enum instruction_type type,
614 u32 *instr)
615{
616 return EMULATE_AGAIN;
617}
618
613/************* MMU Notifiers *************/ 619/************* MMU Notifiers *************/
614 620
615int kvm_unmap_hva(struct kvm *kvm, unsigned long hva) 621int kvm_unmap_hva(struct kvm *kvm, unsigned long hva)