diff options
author | Hollis Blanchard <hollisb@us.ibm.com> | 2008-05-21 18:22:51 -0500 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-06-06 21:22:09 +0300 |
commit | ce263d70e509287ee761f9bba519342f57b121ca (patch) | |
tree | 923836b0b73e57f85914b2aa7335dc14a06f19c5 /include | |
parent | e52b2af541bcb299212a63cfa3e3231618a415be (diff) | |
download | linux-ce263d70e509287ee761f9bba519342f57b121ca.tar.gz linux-ce263d70e509287ee761f9bba519342f57b121ca.tar.bz2 linux-ce263d70e509287ee761f9bba519342f57b121ca.zip |
KVM: ppc: Remove duplicate function
This was left behind from some code movement.
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-powerpc/kvm_ppc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-powerpc/kvm_ppc.h b/include/asm-powerpc/kvm_ppc.h index b35a7e3ef978..5a21115228af 100644 --- a/include/asm-powerpc/kvm_ppc.h +++ b/include/asm-powerpc/kvm_ppc.h @@ -57,6 +57,7 @@ extern int kvmppc_handle_store(struct kvm_run *run, struct kvm_vcpu *vcpu, extern int kvmppc_emulate_instruction(struct kvm_run *run, struct kvm_vcpu *vcpu); +extern int kvmppc_emulate_mmio(struct kvm_run *run, struct kvm_vcpu *vcpu); extern void kvmppc_mmu_map(struct kvm_vcpu *vcpu, u64 gvaddr, gfn_t gfn, u64 asid, u32 flags); |