aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/kvm_44x.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/include/asm/kvm_44x.h')
-rw-r--r--arch/powerpc/include/asm/kvm_44x.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/kvm_44x.h b/arch/powerpc/include/asm/kvm_44x.h
index dece0935071..72e593914ad 100644
--- a/arch/powerpc/include/asm/kvm_44x.h
+++ b/arch/powerpc/include/asm/kvm_44x.h
@@ -44,4 +44,6 @@ static inline struct kvmppc_vcpu_44x *to_44x(struct kvm_vcpu *vcpu)
44 return container_of(vcpu, struct kvmppc_vcpu_44x, vcpu); 44 return container_of(vcpu, struct kvmppc_vcpu_44x, vcpu);
45} 45}
46 46
47void kvmppc_set_pid(struct kvm_vcpu *vcpu, u32 new_pid);
48
47#endif /* __ASM_44X_H__ */ 49#endif /* __ASM_44X_H__ */