diff options
author | Hollis Blanchard <hollisb@us.ibm.com> | 2008-11-05 10:36:17 -0500 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2008-12-31 09:52:22 -0500 |
commit | 5cbb5106f50b4515815cd32cf944958c0d4da83f (patch) | |
tree | 9e77820c11e173b141a2c4672ce8ecf7be7a286b /arch/powerpc/include | |
parent | 75f74f0dbe086c239b4b0cc5ed75b903ea3e663f (diff) |
KVM: ppc: Move the last bits of 44x code out of booke.c
Needed to port to other Book E processors.
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r-- | arch/powerpc/include/asm/kvm_ppc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/kvm_ppc.h b/arch/powerpc/include/asm/kvm_ppc.h index aecf95d5fede..d59332575b4d 100644 --- a/arch/powerpc/include/asm/kvm_ppc.h +++ b/arch/powerpc/include/asm/kvm_ppc.h | |||
@@ -62,7 +62,10 @@ extern void kvmppc_mmu_switch_pid(struct kvm_vcpu *vcpu, u32 pid); | |||
62 | 62 | ||
63 | /* Core-specific hooks */ | 63 | /* Core-specific hooks */ |
64 | 64 | ||
65 | extern int kvmppc_core_vcpu_setup(struct kvm_vcpu *vcpu); | ||
65 | extern int kvmppc_core_check_processor_compat(void); | 66 | extern int kvmppc_core_check_processor_compat(void); |
67 | extern int kvmppc_core_vcpu_translate(struct kvm_vcpu *vcpu, | ||
68 | struct kvm_translation *tr); | ||
66 | 69 | ||
67 | extern void kvmppc_core_vcpu_load(struct kvm_vcpu *vcpu, int cpu); | 70 | extern void kvmppc_core_vcpu_load(struct kvm_vcpu *vcpu, int cpu); |
68 | extern void kvmppc_core_vcpu_put(struct kvm_vcpu *vcpu); | 71 | extern void kvmppc_core_vcpu_put(struct kvm_vcpu *vcpu); |