kvm: powerpc: book3s: move book3s_64_vio_hv.c into the main kernel binary
authorPaul Mackerras <paulus@samba.org>
Mon, 7 Oct 2013 16:47:50 +0000 (22:17 +0530)
committerAlexander Graf <agraf@suse.de>
Thu, 17 Oct 2013 13:17:25 +0000 (15:17 +0200)
commit066212e02a8fb4ae797fae1d7cede5807ba398e1
treef9f5b5be63dd5cabe20f2f99d72f98f91860bd8b
parent178db620ee74ffb0ce7f8031ba8569c31b4193cd
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 <paulus@samba.org>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/kvm/Makefile
arch/powerpc/kvm/book3s_64_vio_hv.c