From: Paul Mackerras Date: Mon, 7 Oct 2013 16:47:50 +0000 (+0530) Subject: kvm: powerpc: book3s: move book3s_64_vio_hv.c into the main kernel binary X-Git-Tag: v3.13-rc1~80^2~15^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=066212e02a8fb4ae797fae1d7cede5807ba398e1;p=pandora-kernel.git kvm: powerpc: book3s: move book3s_64_vio_hv.c into the main kernel binary Since the code in book3s_64_vio_hv.c is called from real mode with HV KVM, and therefore has to be built into the main kernel binary, this makes it always built-in rather than part of the KVM module. It gets called from the KVM module by PR KVM, so this adds an EXPORT_SYMBOL_GPL(). Signed-off-by: Paul Mackerras Signed-off-by: Aneesh Kumar K.V Signed-off-by: Alexander Graf --- Reading git-diff-tree failed