[PATCH -V2 11/14] kvm: powerpc: book3s: Support building HV and PR KVM as module
Aneesh Kumar K.V
aneesh.kumar at linux.vnet.ibm.com
Thu Oct 17 16:11:51 EST 2013
The below patch fix a compile issue with KVM_XICS. Please fold
diff --git a/arch/powerpc/kvm/book3s_xics.c b/arch/powerpc/kvm/book3s_xics.c
index cef3de9..c3c832b 100644
--- a/arch/powerpc/kvm/book3s_xics.c
+++ b/arch/powerpc/kvm/book3s_xics.c
@@ -840,6 +840,7 @@ int kvmppc_xics_hcall(struct kvm_vcpu *vcpu, u32 req)
return rc;
}
+EXPORT_SYMBOL_GPL(kvmppc_xics_hcall);
/* -- Initialisation code etc. -- */
More information about the Linuxppc-dev
mailing list