From: Alexander Graf Date: Fri, 29 Nov 2013 01:27:23 +0000 (+0100) Subject: KVM: PPC: Book3S: PR: Export kvmppc_copy_to|from_svcpu X-Git-Tag: v3.13-rc5~13^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9dad7f9db4ed42de37d3f0ef2b2c0e10d5b6f92;p=pandora-kernel.git KVM: PPC: Book3S: PR: Export kvmppc_copy_to|from_svcpu The kvmppc_copy_{to,from}_svcpu functions are publically visible, so we should also export them in a header for others C files to consume. So far we didn't need this because we only called it from asm code. The next patch will introduce a C caller. Signed-off-by: Alexander Graf --- Reading git-diff-tree failed